Skip to content

Commit

Permalink
ci(golangci): move run options to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed Dec 9, 2024
1 parent 00accdc commit 986c45d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
linters:
enable:
- goimports
- goimports

run:
timeout: 5m
allow-parallel-runners: true
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tasks:
deps:
- install-deps
cmds:
- golangci-lint run --timeout=5m
- golangci-lint run

lint-dockerfile:
desc: lints Dockerfile
Expand Down

0 comments on commit 986c45d

Please sign in to comment.