Commit 04b5e00
committed
Add more ignore rules to djLint configuration
Ignore additional rules that flag false positives in code generation templates:
- H012: Spaces around = (needed for TypeScript generics)
- H014: Extra blank lines (often intentional)
- T027: Unclosed strings (GitHub Actions ${{ secrets.X }} syntax)
- T032: Extra whitespace in tags (intentional formatting)
Result: Linted 462 files, found 0 errors.1 parent ec0e7e1 commit 04b5e00
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments