Commit b2dd09b
committed
chore(ci): exclude test fixtures from MegaLinter
v3 formatter test fixtures (testdata/) contain intentionally malformed,
unordered, and fake-credentialed config files that trigger false positives
in dotenv-linter, jsonlint, terragrunt, checkov, kingfisher, secretlint,
and devskim. These are test inputs, not project configuration.
- Exclude testdata/ from global file filter
- Disable checkov (scans HCL fixtures as real infrastructure)
- Demote devskim/kingfisher to non-blocking (localhost/fake creds in tests)
- Exclude _test.go from secretlint (inline test connection strings)1 parent b036b46 commit b2dd09b
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
0 commit comments