Skip to content

Commit 32c5d4e

Browse files
committed
remove additional properties
1 parent 70f1aa1 commit 32c5d4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.golangci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ linters-settings:
88
funlen:
99
lines: 100
1010
statements: 50
11-
gci:
12-
local-prefixes: github.com/pomerium
1311
goconst:
1412
min-len: 2
1513
min-occurrences: 2
@@ -30,14 +28,11 @@ linters-settings:
3028
min-complexity: 15
3129
goimports:
3230
local-prefixes: github.com/pomerium
33-
govet:
34-
check-shadowing: false
3531
lll:
3632
line-length: 160
3733
misspell:
3834
locale: US
3935
nolintlint:
40-
allow-leading-space: true # don't require machine-readable nolint directives (i.e. with no leading space)
4136
allow-unused: false # report any unused nolint directives
4237
require-explanation: false # don't require an explanation for nolint directives
4338
require-specific: false # don't require nolint directives to be specific about which linter is being skipped

0 commit comments

Comments
 (0)