Skip to content

Commit

Permalink
Default scss-lint severity to error
Browse files Browse the repository at this point in the history
scss-lint 0.44.0 added a global severity configuration setting. Since
warnings are often ignored, we want to set this to error by default.
  • Loading branch information
lencioni committed Feb 11, 2016
1 parent 807a755 commit a8cf29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
severity: error

linters:

BorderZero:
Expand Down

0 comments on commit a8cf29f

Please sign in to comment.