incus-mirror/staticcheck.conf
Simon Deziel 23a52cb3e1
[lxd-import] Add staticcheck config
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
2023-10-23 21:46:37 -04:00

4 lines
141 B
Plaintext

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