Skip to content

Commit

Permalink
fix: remove format linters that require extra tooling
Browse files Browse the repository at this point in the history
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 <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Dec 9, 2023
1 parent c7a84ac commit 64eb0c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .golangci.yml
Expand Up @@ -2,15 +2,6 @@ linters:
enable:
- asciicheck
- errorlint
- gci
- gofumpt
- gofmt
- gosec
- wastedassign

linters-settings:
gci:
sections:
- standard
- default
- prefix(github.com/CycloneDX)
custom-order: true

0 comments on commit 64eb0c8

Please sign in to comment.