*: clean up remaining golangci-lint failures

Most of these were false positives or cases where we want to ignore the
lint, but the change to the BPF generation is actually useful.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2021-05-25 14:19:26 +10:00
parent ed4781029f
commit 07ca0be07b
6 changed files with 12 additions and 31 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2
with:
# must be specified without patch version
version: v1.36
version: v1.40
# Only show new issues for a pull request.
only-new-issues: true