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: 0 additions & 2 deletions .github/configs/golangci-lint/golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
run:
timeout: 20m
tests: true
skip-dirs-use-default: true
modules-download-mode: readonly
issues:
max-issues-per-linter: 0
Expand All @@ -12,7 +11,6 @@ output:
- format: colored-line-number
print-linter-name: true
sort-results: true
uniq-by-line: false
print-issued-lines: true
linters:
disable-all: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v6.5.0
with:
version: latest
skip-cache: true
Expand Down