Skip to content

Commit 64eb0c8

Browse files
committed
fix: remove format linters that require extra tooling
this project should be simple to work with, and we don't want contributors (including ourselves) having to install exotic tools. Signed-off-by: nscuro <[email protected]>
1 parent c7a84ac commit 64eb0c8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.golangci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ linters:
22
enable:
33
- asciicheck
44
- errorlint
5-
- gci
6-
- gofumpt
5+
- gofmt
76
- gosec
87
- wastedassign
9-
10-
linters-settings:
11-
gci:
12-
sections:
13-
- standard
14-
- default
15-
- prefix(github.com/CycloneDX)
16-
custom-order: true

0 commit comments

Comments
 (0)