Skip to content

Commit

Permalink
Disable maligned linter
Browse files Browse the repository at this point in the history
It limits the order of struct members, e.g.:

    struct of size 320 bytes could be of size 312 bytes (maligned)

Such micro-optimizations are not interesting for this project IMHO.
  • Loading branch information
cben committed Dec 28, 2020
1 parent ac80891 commit 4081037
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 @@ -29,7 +29,6 @@ linters:
- ineffassign
- interfacer
- lll
- maligned
- megacheck
- misspell
- structcheck
Expand Down

0 comments on commit 4081037

Please sign in to comment.