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:
ashmrtn 2022-08-29 16:14:11 -07:00 committed by GitHub
parent c3e89db0df
commit ae06b36e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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