1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00
Files
incus/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"]