Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
Removing debug references from lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pearce committed Apr 29, 2015
1 parent 4ba8247 commit ce835b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .scss-lint.yml
Expand Up @@ -2,8 +2,7 @@

exclude: [
"*.css",
"core/_normalize.scss",
"core/_debug.scss"
"core/_normalize.scss"
]

linters:
Expand All @@ -24,7 +23,6 @@ linters:
ColorKeyword:
severity: error
enabled: true
exclude: "core/_debug.scss"

# https://github.com/causes/scss-lint/blob/master/lib/scss_lint/linter/README.md#comment
Comment:
Expand Down

0 comments on commit ce835b5

Please sign in to comment.