Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.55.2
version: v1.62.2
skip-pkg-cache: true
skip-build-cache: true

Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linters-settings:
- github.com/satisfactorymodding/ficsit-cli/*

govet:
check-shadowing: true
check-shadowing: false
enable-all: true
disable:
- shadow
Expand Down Expand Up @@ -49,7 +49,6 @@ linters:
- durationcheck
- errorlint
- goimports
- revive
- misspell
- prealloc
- whitespace
Expand Down
Loading