Skip to content

Commit

Permalink
Merge pull request #22629 from qianxi0410/ci
Browse files Browse the repository at this point in the history
update and remove parameter settings in `.golangci.yml`
  • Loading branch information
openshift-merge-bot[bot] authored May 7, 2024
2 parents e4cac63 + e3b0e58 commit a634840
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
run:
concurrency: 6
deadline: 5m
timeout: 5m
modules-download-mode: readonly
linters:
enable-all: true
Expand Down Expand Up @@ -72,9 +72,7 @@ linters:
linters-settings:
errcheck:
check-blank: false
ignore: fmt:.*
nolintlint:
allow-leading-space: false
allow-unused: true
require-specific: true
revive:
Expand Down

1 comment on commit a634840

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.