Skip to content

Commit

Permalink
Disable the contextcheck linter
Browse files Browse the repository at this point in the history
There seems to be a bug in the current version.

Signed-off-by: mprahl <mprahl@users.noreply.github.com>
  • Loading branch information
mprahl authored and openshift-merge-robot committed Mar 27, 2023
1 parent 6610498 commit 27be503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ linters:
enable-all: true
disable:
- bodyclose
# Fails due to Can't run linter goanalysis_metalinter: goanalysis_metalinter:
# contextcheck: package \"client\" (isInitialPkg: true, needAnalyzeSource: true): runtime error: invalid memory
# address or nil pointer dereference
- contextcheck
- cyclop
- depguard
- dupl
Expand Down

0 comments on commit 27be503

Please sign in to comment.