Commit 6cd5561
Steve Ramage
test: filter INFORMATION highlights from GrammarParseEngineInspectionTest
The value-color annotator adds INFORMATION-severity coloring highlights when the
experimental flag is on, which inflates doHighlighting() counts. Count only the
inspection problems (severity != INFORMATION), matching the value-coloring annotator.1 parent 275c02e commit 6cd5561
1 file changed
Lines changed: 4 additions & 3 deletions
File tree
- src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/inspections
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
0 commit comments