Skip to content

Commit

Permalink
Remove new-from-rev parameter from golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
KSerrania committed Dec 5, 2023
1 parent 5ac9526 commit ce06c74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ issues:
- text: "Temporary has been deprecated since Go 1.18"
linters: [staticcheck]

# We're enabling the revive and the gosimple linters on the whole codebase
# TODO [After 7.48.0 freeze removal]: Remove the new-from-rev key
# TODO [After 7.48.0 freeze removal]: Tweak the KUBERNETES_MEMORY_LIMIT in .tests_linux_ebpf for runners not to fail running on the whole codebase (and not just the small diff induced by new-from-rev).
new-from-rev: f40667d3841c6339be0d00d53e54a4a63f43f11e

linters:
disable-all: true
enable:
Expand Down

0 comments on commit ce06c74

Please sign in to comment.