AdGuardDNS/staticcheck.conf

33 lines
603 B
Plaintext
Raw Normal View History

2024-01-04 19:22:32 +03:00
# This comment is used to simplify checking local copies of the staticcheck
# configuration. Bump this number every time a significant change is made to
# this file.
#
# AdGuard-Project-Version: 1
2022-08-26 14:18:35 +03:00
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"
, "ASN"
, "DHCP"
, "DNSSEC"
# E.g. SentryDSN.
, "DSN"
, "ECS"
, "EDNS"
, "MX"
, "QUIC"
2024-01-04 19:22:32 +03:00
, "RA"
2022-08-26 14:18:35 +03:00
, "RRSIG"
2024-10-14 17:44:24 +03:00
, "RTT"
2022-08-26 14:18:35 +03:00
, "SDNS"
2024-01-04 19:22:32 +03:00
, "SLAAC"
2022-08-26 14:18:35 +03:00
, "SOA"
, "SVCB"
, "TLD"
2024-01-04 19:22:32 +03:00
, "WHOIS"
2022-08-26 14:18:35 +03:00
]
dot_import_whitelist = []
http_status_code_whitelist = []