diff options
-rwxr-xr-x | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 888f3478..171ab6ca 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -68,7 +68,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/ - gosimple # Linter for Go source code that specializes in simplifying a code - govet # Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string - ineffassign # Detects when assignments to existing variables are not used - - lll # Reports long lines - misspell # Finds commonly misspelled English words in comments - nakedret # Finds naked returns in functions greater than a specified function length - nestif # Reports deeply nested if statements |