Skip to content

Commit

Permalink
Anduril mode: Disable more linters by default (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Dorn <tdorn@anduril.com>
  • Loading branch information
tdorn and tdorn-anduril committed Aug 17, 2022
1 parent ab084e7 commit 83dca27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/commands/anduril.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
var andurilDisableLinters = []string{
"dogsled",
"dupl",
"exhaustruct",
"exhaustivestruct",
"funlen",
"gci",
Expand All @@ -25,11 +26,13 @@ var andurilDisableLinters = []string{
"gofumpt",
"gomnd",
"interfacer",
"ireturn",
"lll",
"maligned",
"nakedret",
"nestif",
"nlreturn",
"nosnakecase",
"paralleltest",
"prealloc",
"scopelint",
Expand Down

0 comments on commit 83dca27

Please sign in to comment.