Skip to content

Commit a044b52

Browse files
committed
Exclude vendored coverage-report CSS from stylelint
coverage/html/_css/*.css is third-party CSS bundled into the PHPUnit coverage HTML report, not plugin source. It wasn't covered by the default @wordpress/scripts ignore file (which only skips build/ and vendor/), so it was inflating lint output. build/, dist/, and vendor/ are added explicitly too so exclusion doesn't depend on the bundled default ignore file.
1 parent 916c3f4 commit a044b52

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.stylelintignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build
2+
dist
3+
vendor
4+
coverage
5+
node_modules

0 commit comments

Comments
 (0)