We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed71acc + 875835b commit 293514cCopy full SHA for 293514c
.github/workflows/push.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: golangci-lint
57
uses: golangci/golangci-lint-action@v2
58
with:
59
- version: v1.55.2
+ version: v1.62.2
60
skip-pkg-cache: true
61
skip-build-cache: true
62
.golangci.yml
@@ -12,7 +12,7 @@ linters-settings:
12
- github.com/satisfactorymodding/ficsit-cli/*
13
14
govet:
15
- check-shadowing: true
+ check-shadowing: false
16
enable-all: true
17
disable:
18
- shadow
@@ -49,7 +49,6 @@ linters:
49
- durationcheck
50
- errorlint
51
- goimports
52
- - revive
53
- misspell
54
- prealloc
55
- whitespace
0 commit comments