Skip to content

Commit

Permalink
Disable wsl linter
Browse files Browse the repository at this point in the history
The newest golangci-lint added a new linter `wsl`:

   golangci/golangci-lint#771

The linting rules it adds don't seem particularly useful to me.

Signed-off-by: Steven Danna <steve@chef.io>
  • Loading branch information
stevendanna committed Oct 23, 2019
1 parent a0974e7 commit 49d57d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ linters:
- stylecheck
- unparam
- lll
- wsl

issues:
exclude-rules:
Expand Down

0 comments on commit 49d57d1

Please sign in to comment.