Commit fe46627
committed
Regenerate demo output with xargs grep fix
The xargs implementation now correctly handles the "no matches" case
(exit code 123) instead of treating it as an error. This moves the
test-regex-pattern-00010 rule from errors to unmatched, which is the
correct behavior when a pattern legitimately finds no matches.
The rule searches for "--pf-" pattern in .css/.scss files. Since there
are no CSS/SCSS files in the demo examples, it correctly returns zero
violations instead of erroring.
Signed-off-by: tsanders <[email protected]>1 parent e1e8ca2 commit fe46627
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | | - | |
1356 | 1355 | | |
1357 | 1356 | | |
1358 | 1357 | | |
1359 | 1358 | | |
1360 | 1359 | | |
| 1360 | + | |
0 commit comments