File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ linters-settings:
8
8
funlen :
9
9
lines : 100
10
10
statements : 50
11
- gci :
12
- local-prefixes : github.com/pomerium
13
11
goconst :
14
12
min-len : 2
15
13
min-occurrences : 2
@@ -30,14 +28,11 @@ linters-settings:
30
28
min-complexity : 15
31
29
goimports :
32
30
local-prefixes : github.com/pomerium
33
- govet :
34
- check-shadowing : false
35
31
lll :
36
32
line-length : 160
37
33
misspell :
38
34
locale : US
39
35
nolintlint :
40
- allow-leading-space : true # don't require machine-readable nolint directives (i.e. with no leading space)
41
36
allow-unused : false # report any unused nolint directives
42
37
require-explanation : false # don't require an explanation for nolint directives
43
38
require-specific : false # don't require nolint directives to be specific about which linter is being skipped
You can’t perform that action at this time.
0 commit comments