Skip to content

Commit c0ca49c

Browse files
authored
ci(golangci-lint): use bugs and performance presets (#937)
This disables the `asasalint` and `recvcheck` checks due to failing. There are open issues to resolve them, individually. Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 29f4737 commit c0ca49c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.golangci.yml

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

0 commit comments

Comments
 (0)