Skip to content

Commit

Permalink
fix: CI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Sep 20, 2024
1 parent 2079ec9 commit 70192f3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
run:
tests: false
concurrency: 4
timeout: 5m
skip-dirs:
- build # docker files
- .cicd #
- doc

linters:
disable-all: true
enable:
Expand All @@ -19,13 +28,6 @@ linters:
- misspell
- whitespace

run:
timeout: 5m
skip-dirs:
- build # docker files
- .cicd #
- doc

output:
# Sort results by: filepath, line and column.
sort-results: true
Expand Down

0 comments on commit 70192f3

Please sign in to comment.