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
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
version: "${{ env.LINT_VERSION }}"
args: --verbose
# Extra linters, only checking new code from a pull request.
- name: Extra golangci-lint config. switcharoo
run: mv .golangci-extra.yml golangci.yml
- name: lint-extra
uses: golangci/golangci-lint-action@v6
with:
args: --config=.golangci-extra.yml
version: "${{ env.LINT_VERSION }}"
only-new-issues: true

Expand Down
3 changes: 1 addition & 2 deletions .golangci-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ run:
- systemd
- exclude_graphdriver_btrfs
- containers_image_openpgp
concurrency: 6
deadline: 5m
timeout: 5m

linters:
disable-all: true
Expand Down