mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-22 08:31:30 +08:00
move linter args to config file
This commit is contained in:
parent
12b0a0df0b
commit
c24d006f88
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…
x
Reference in New Issue
Block a user