Skip to content

Commit 293514c

Browse files
committed
Merge branch 'master' into RedactLoggedUsernames
2 parents ed71acc + 875835b commit 293514c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: golangci-lint
5757
uses: golangci/golangci-lint-action@v2
5858
with:
59-
version: v1.55.2
59+
version: v1.62.2
6060
skip-pkg-cache: true
6161
skip-build-cache: true
6262

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ linters-settings:
1212
- github.com/satisfactorymodding/ficsit-cli/*
1313

1414
govet:
15-
check-shadowing: true
15+
check-shadowing: false
1616
enable-all: true
1717
disable:
1818
- shadow
@@ -49,7 +49,6 @@ linters:
4949
- durationcheck
5050
- errorlint
5151
- goimports
52-
- revive
5352
- misspell
5453
- prealloc
5554
- whitespace

0 commit comments

Comments
 (0)