Skip to content

Commit

Permalink
go linter: only new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bpg committed Jan 10, 2023
1 parent 2b075f4 commit fd5f02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
version: v1.50.1
only-new-issues: true
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ issues:
# Maximum count of issues with the same text. Set to 0 to disable.
# Default is 3.
max-same-issues: 0
# We want to try and improve the comments in the k6 codebase, so individual
# non-golint items from the default exclusion list will gradually be addded
# to the exclude-rules below
exclude-use-default: false
exclude-rules:
# Exclude duplicate code and function length and complexity checking in test
# files (due to common repeats and long functions in test code)
Expand Down

0 comments on commit fd5f02a

Please sign in to comment.