mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 09:58:42 -07:00
b6d00f774b
Merge in DNS/adguard-home from next-gocognit to master Squashed commit of the following: commit 554458a63b44e71244b4364168e6e9903b880638 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jun 16 19:58:14 2023 +0300 all: add tool; typo commit 1b97f93811d1ea826762cfa43fef49ae43e06939 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jun 16 19:49:40 2023 +0300 all: add gocognit
27 lines
397 B
Plaintext
27 lines
397 B
Plaintext
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"
|
|
, "RA"
|
|
, "RRSIG"
|
|
, "SDNS"
|
|
, "SLAAC"
|
|
, "SOA"
|
|
, "SVCB"
|
|
, "TLD"
|
|
, "WHOIS"
|
|
]
|
|
dot_import_whitelist = []
|
|
http_status_code_whitelist = []
|