mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-06-27 17:01:01 -04:00
move linter args to config file
This commit is contained in:
parent
12b0a0df0b
commit
c24d006f88
2 changed files with 3 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -36,7 +36,6 @@ jobs:
|
|||
- name: Lint Codebase
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
args: --timeout=10m
|
||||
version: latest
|
||||
- name: Test
|
||||
run: go test -v
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
run:
|
||||
timeout: 10m
|
||||
severity:
|
||||
default-severity: error
|
||||
rules:
|
||||
- linters:
|
||||
- unused
|
||||
severity: warning
|
||||
severity: info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue