mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +03:00
Make linter happy
This commit is contained in:
parent
aa7007a947
commit
beeeba3388
12 changed files with 26 additions and 33 deletions
6
.github/linters/golangci.yml
vendored
6
.github/linters/golangci.yml
vendored
|
@ -1,6 +0,0 @@
|
|||
run:
|
||||
timeout: 5m
|
||||
|
||||
linters:
|
||||
disable:
|
||||
- errcheck
|
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
|
@ -31,5 +31,4 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: latest
|
||||
args: --config=.github/linters/golangci.yml
|
||||
version: latest
|
Loading…
Add table
Add a link
Reference in a new issue