Enable wsl linter for most of codebase (#679)
Turn on now to keep from cycle of fixing most code, waiting for some PRs in other packages, and then needing to do more fixups. Will slowly enable on various files in connector package until we get full coverage.
This commit is contained in:
parent
c3e89db0df
commit
ae06b36e7a
@ -9,6 +9,7 @@ linters:
|
|||||||
- lll
|
- lll
|
||||||
- misspell
|
- misspell
|
||||||
- revive
|
- revive
|
||||||
|
- wsl
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
gci:
|
gci:
|
||||||
@ -78,3 +79,6 @@ issues:
|
|||||||
linters:
|
linters:
|
||||||
- revive
|
- revive
|
||||||
text: "import-shadowing:.*'suite' shadows"
|
text: "import-shadowing:.*'suite' shadows"
|
||||||
|
# Temporarily skip linting wsl on `connector` package until fixes are merged.
|
||||||
|
- path: internal/connector/
|
||||||
|
linters: wsl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user