Skip to content

Commit

Permalink
Disable lll
Browse files Browse the repository at this point in the history
The only place I've seen lll complain much is flag help, error
messsages, and such, which aren't really a problem when they're long.

Other stuff like complexity is probably best left to review, IMO.
  • Loading branch information
DirectXMan12 committed Jun 1, 2021
1 parent 6fd12aa commit e77a2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -28,9 +28,9 @@ linters:
- ineffassign
- nakedret
- gocyclo
- lll
- dupl
- goimports
- golint
# disabled:
# - goconst is overly aggressive
# - lll generally just complains about flag help & error strings that are human-readable

0 comments on commit e77a2fc

Please sign in to comment.