Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ linters:
- godot # annoying - ending all comments with periods
- goerr113 # annoying - no dynamic errors, forces named errors or wrapping errors - annoying
- golint # replaced by stylecheck
- gomnd # annoying - magic numbers more annoying to alert on than deal with
- gomnd # deprecated
- ifshort # deprecated
- interfacer # deprecated
- maligned # deprecated
- mnd # annoying - magic numbers more annoying to alert on than deal with
- nosnakecase # deprecated
- scopelint # deprecated
- structcheck # deprecated
Expand Down