AdGuardHome/staticcheck.conf

22 lines
338 B
Plaintext
Raw Normal View History

checks = ["all"]
initialisms = [
# See https://github.com/dominikh/go-tools/blob/master/config/config.go.
#
# Do not add "PTR" since we use "Ptr" as a suffix.
"inherit"
, "DHCP"
, "DOH"
, "DOQ"
, "DOT"
, "EDNS"
, "MX"
, "QUIC"
, "RA"
, "SDNS"
, "SLAAC"
, "SVCB"
, "TLD"
]
dot_import_whitelist = []
http_status_code_whitelist = []