Skip to content

Commit

Permalink
Update .golangci.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Nov 29, 2024
1 parent 9d395dd commit 1e5d9e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 60s
timeout: 1m

linters:
enable:
Expand All @@ -16,14 +16,11 @@ issues:

linters-settings:
gci:
no-inline-comments: true
no-prefix-comments: false
sections:
- standard
- default
- prefix(go.artefactual.dev/tools)
section-separators:
- newLine
custom-order: true
importas:
no-unaliased: true
no-extra-aliases: false
Expand Down

0 comments on commit 1e5d9e9

Please sign in to comment.