mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-23 21:46:44 +01:00
ci: ignore SA1019 to support compatibility with Debian.
This commit is contained in:
parent
ef08e11aa6
commit
e69851bf35
1 changed files with 5 additions and 0 deletions
5
.golangci.yaml
Normal file
5
.golangci.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
|
||||
linters-settings:
|
||||
staticcheck:
|
||||
checks: ["all", "-SA1019" ]
|
Loading…
Reference in a new issue