[lxd-import] Add staticcheck config

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
Simon Deziel 2023-10-19 13:57:49 -04:00 committed by Stéphane Graber
parent 70ff3898eb
commit 23a52cb3e1
No known key found for this signature in database
GPG Key ID: C638974D64792D67

3
staticcheck.conf Normal file
View File

@ -0,0 +1,3 @@
# Checks being ignored:
# ST1005: error strings should not be capitalized (5585 occurences as of 2023-10-20)
checks = ["inherit", "-ST1005"]