Skip to content

Commit 27b697d

Browse files
authored
ci(golangci-lint): use bugs and performance presets (#306)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent ccfb57f commit 27b697d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.golangci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ linters:
1212
- staticcheck
1313
- unused
1414
# Defaults above ours below
15-
- bodyclose
16-
- fatcontext
17-
- gosec
18-
- noctx
19-
- perfsprint
20-
- prealloc
15+
presets:
16+
- bugs
17+
- performance
2118
#linters-settings:
2219
# errcheck:
2320
# check-type-assertions: true

0 commit comments

Comments
 (0)