Skip to content

Commit e77a2fc

Browse files
committed
Disable lll
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.
1 parent 6fd12aa commit e77a2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ linters:
2828
- ineffassign
2929
- nakedret
3030
- gocyclo
31-
- lll
3231
- dupl
3332
- goimports
3433
- golint
3534
# disabled:
3635
# - goconst is overly aggressive
36+
# - lll generally just complains about flag help & error strings that are human-readable

0 commit comments

Comments
 (0)