forked from mirrors/catstodon
Replace from scss-lint to sass-lint (#10958)
This commit is contained in:
parent
3f536f06d6
commit
3e56f95c73
7 changed files with 442 additions and 35 deletions
|
@ -31,7 +31,7 @@ plugins:
|
|||
rubocop:
|
||||
enabled: true
|
||||
channel: rubocop-0-71
|
||||
scss-lint:
|
||||
sass-lint:
|
||||
enabled: true
|
||||
exclude_patterns:
|
||||
- spec/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||