+8
−1
testing/asn_ignore.txt
deleted100644 → 0
+0
−1
testing/asn_ignore_lint.txt
deleted100644 → 0
+0
−1
+27
−32
Loading
Add new fields to asn_config.json: lint_ignore_patterns: List of patterns to exclude from lint phase. Matched with pathlib.Path.full_match(), so a recursive '**' glob is required. Replaces asn_ignore_lint.txt (which contained substring matches). Note: Doesn't implicitly exclude patterns in parse_ignore_patterns, unlike the previous behaviour. parse_ignore_patterns: List of patterns to exclude from parse phase, Similar structure to lint_ignore_patterns. Replaces asn_ignore.txt (which contained substring matches). Sort list of *.asn1 and *.asn before processing for consistent output. Add filterIgnoredFiles() to reuse ignore logic, instead of copyPasta.