Skip to content

Commit

Permalink
Remove maligned check from linter. (apache#159)
Browse files Browse the repository at this point in the history
We should error on the side of readability in
code base so we don't need the maligned lint flag.
  • Loading branch information
cckellogg authored and merlimat committed Jan 2, 2020
1 parent 12a6a03 commit bb3c121
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 @@ -25,4 +25,3 @@ linters:
- varcheck
- lll
- prealloc
- maligned

0 comments on commit bb3c121

Please sign in to comment.