Skip to content

Commit

Permalink
Merge pull request #374 from gibizer/bump-golangci-lint
Browse files Browse the repository at this point in the history
Bump golangci-lint
  • Loading branch information
openshift-merge-bot[bot] authored Feb 20, 2024
2 parents 70a29a0 + a6508aa commit 2dc967b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,5 @@ linters:
- ginkgolinter
- gofmt
- govet
linters-settings:
revive:
rules:
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#unused-parameter
- name: unused-parameter
severity: warning
disabled: true
run:
timeout: 5m
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repos:
entry: bashate --error . --ignore=E006,E040,E011,E020,E012

- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
rev: v1.55.2
hooks:
- id: golangci-lint
args: ["-v"]

0 comments on commit 2dc967b

Please sign in to comment.