Enable no-dot-import lint check
All checks were successful
CI / release-test (push) Successful in 1m36s
All checks were successful
CI / release-test (push) Successful in 1m36s
This commit is contained in:
@@ -58,9 +58,10 @@ linters:
|
||||
checks:
|
||||
- all
|
||||
- -ST1000 # Re-enable this once we have docstrings
|
||||
- -ST1001 # Dot imports are good sometimes (e.g., in test packages)
|
||||
- -ST1003 # I like snake_case
|
||||
- -ST1013 # HTTP status codes are shorter and more readable than names
|
||||
dot-import-whitelist:
|
||||
- "git.offline-twitter.com/offline-labs/gas-stack/pkg/flowutils"
|
||||
exclusions:
|
||||
generated: lax # Don't lint generated files
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user