Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ issues:
- linters:
- unused
path: 'integrations/operator/controllers/resources/(.+)_controller_test\.go'
# Temporarily ignore Device Trust deprecation warnings.
# TODO(codingllama): Remove asap.
- path: e/lib/(devicetrust|jamf)/.*
text: SA1019
linters:
- staticcheck
exclude-use-default: true
max-same-issues: 0
max-issues-per-linter: 0
Expand Down