We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16f20a commit 2e01dffCopy full SHA for 2e01dff
.golangci.yml
@@ -41,6 +41,7 @@ linters:
41
- maintidx # maintidx measures the maintainability index of each function.
42
- makezero # Finds slice declarations with non-zero initial length
43
- misspell # Finds commonly misspelled English words in comments
44
+ - modernize # Replace and suggests simplifications to code
45
- nakedret # Finds naked returns in functions greater than a specified function length
46
- nestif # Reports deeply nested if statements
47
- nilerr # Finds the code that returns nil even if it checks that the error is not nil.
0 commit comments