Skip to content

Commit

Permalink
ci: disable wsl linter (#1273)
Browse files Browse the repository at this point in the history
This linter seems to be mostly concerned with adding or removing
newlines, and grouping things into blocks.

gofmt already does a good job of applying a consistent format. I don't
think we gain anything by using this linter.
  • Loading branch information
dnephin authored Mar 21, 2022
1 parent d371b56 commit f58187d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ linters:
- unused
- varcheck
- wastedassign
- wsl
disable:
- scopelint

0 comments on commit f58187d

Please sign in to comment.