Upd .aglintrc.yaml

This commit is contained in:
Alex-302
2025-02-10 15:59:49 +02:00
parent 8b8c43a020
commit 122a79fb58

View File

@@ -1,3 +1,13 @@
# Keep in mind that in regexp rules, dots may or may not be escaped.
# So if you want to exclude a rule like:
# `/example.(com|org)\/ads/`
# You should replace the dot `.` with `(\.|\\\.)`, resulting in:
# `\/example(\.|\\\.)\(com\|org\)\\\/ads\/`
# This regexp will match and block both:
# `/example.(com|org)\/ads/`
# `/example\.(com|org)\/ads/`
# See an example: https://regex101.com/r/L7CsOZ/1
#
# https://github.com/AdguardTeam/AGLint#configuration
root: true
extends: