Skip to content

Commit bd704d8

Browse files
committed
Remove lll linter
We do not use the lll linter in our other projects. It does not appear that we plan on using the lll linter either.
1 parent 5b26a5c commit bd704d8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.golangci.yml

-11
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ issues:
66
# don't skip warning about doc comments
77
# don't exclude the default set of lint
88
exclude-use-default: false
9-
# restore some of the defaults
10-
# (fill in the rest as needed)
11-
exclude-rules:
12-
- path: "api/*"
13-
linters:
14-
- lll
15-
- path: "internal/*"
16-
linters:
17-
- dupl
18-
- lll
199
linters:
2010
disable-all: true
2111
enable:
@@ -30,7 +20,6 @@ linters:
3020
- gosimple
3121
- govet
3222
- ineffassign
33-
- lll
3423
- misspell
3524
- nakedret
3625
- prealloc

0 commit comments

Comments
 (0)