We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00330ac commit 88f4abdCopy full SHA for 88f4abd
config/engines.yml
@@ -335,6 +335,19 @@ shellcheck:
335
- \.sh$
336
default_ratings_paths:
337
- "**.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"
351
tailor:
352
channels:
353
stable: codeclimate/codeclimate-tailor
0 commit comments