Skip to content

Commit

Permalink
Add second exclude value in readme example
Browse files Browse the repository at this point in the history
In sds#87 it became apparent that our documentation is not clear enough in
regards to how to exclude multiple things. This commit attempts to
clarify that some by adding to the example in the readme.

Change-Id: Ia6706dfbb0106ebcebfff99f393e16b89c26fa1d
Reviewed-on: http://gerrit.causes.com/36074
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
lencioni committed Mar 7, 2014
1 parent 1445be4 commit c2740e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ linters:
enabled: false
exclude:
- 'path/to/file.scss'
- 'path/to/directory/**'

Indentation:
enabled: true
Expand Down

0 comments on commit c2740e0

Please sign in to comment.