Skip to content

Commit

Permalink
Remove deprecated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudziwojskiNR committed Feb 13, 2025
1 parent a37aeba commit 6cf2bc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
linters:
disable:
- exportloopref
5 changes: 5 additions & 0 deletions .github/workflows/push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
continue-on-error: ${{ github.event_name != 'pull_request' }}
with:
only-new-issues: true
args: --config=./.github/.golangci.yml
# Skip cache because of flaky behavior:
# https://github.com/golangci/golangci-lint/blob/master/.github/workflows/pr.yml#L49
skip-cache: true
skip-save-cache: true

codespell:
name: Codespell
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### dependency
- Update linters @dbudziwojskiNR [#1166](https://github.com/newrelic/nri-kubernetes/pull/1166)

## v3.33.2 - 2025-02-10

### ⛓️ Dependencies
Expand Down

0 comments on commit 6cf2bc1

Please sign in to comment.