mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-13 14:58:45 -04:00
dev: enable funlen on repo (#668)
This commit is contained in:
parent
0b49095bae
commit
6864b2f764
10 changed files with 77 additions and 13 deletions
|
@ -74,6 +74,7 @@ func getEnabledByDefaultFastLintersWith(with ...string) []string {
|
|||
return ret
|
||||
}
|
||||
|
||||
//nolint:funlen
|
||||
func TestEnabledLinters(t *testing.T) {
|
||||
type tc struct {
|
||||
name string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue