Skip to content

Commit 88f4abd

Browse files
committed
Add beta channel for stylelint engine
1 parent 00330ac commit 88f4abd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/engines.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,19 @@ shellcheck:
335335
- \.sh$
336336
default_ratings_paths:
337337
- "**.sh"
338+
stylelint:
339+
channels:
340+
beta: codeclimate/codeclimate-stylelint:beta
341+
description: A mighty, modern CSS linter
342+
community: true
343+
enable_regexps:
344+
- \.less$
345+
- \.scss$
346+
- \.sss$
347+
default_ratings_paths:
348+
- "**.less"
349+
- "**.scss"
350+
- "**.sss"
338351
tailor:
339352
channels:
340353
stable: codeclimate/codeclimate-tailor

0 commit comments

Comments
 (0)