Skip to content

Commit 75d52c4

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
Make stylelint ignore the build/ directory
CQ has started failing because now the `build/` dir seems to contain CSS files that it's linting (https://ci.chromium.org/ui/p/devtools-frontend/builders/try/devtools_frontend_linux_rel/b8834935955252908353/overview). Bug: None Change-Id: I310159cfbb79ed7653ea808d1f67fc3bf0683729 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3190270 Commit-Queue: Jack Franklin <[email protected]> Commit-Queue: Wolfgang Beyer <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Wolfgang Beyer <[email protected]>
1 parent 000d01f commit 75d52c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.stylelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ test/**/*.css
88
test/**/*.ts
99
third_party
1010
front_end/ui/components/docs
11+
build

0 commit comments

Comments
 (0)