Skip to content

Commit

Permalink
Ignore FileName cop for scss-lint binary
Browse files Browse the repository at this point in the history
Hyphens are better than underscores when it comes to command line tools.

Change-Id: I5151dd6bc6393aceb0eeea6cb558aad180082d0e
Reviewed-on: http://gerrit.causes.com/36704
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
sds authored and Shane da Silva committed Mar 29, 2014
1 parent db2cc2c commit 75dd7d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ DotPosition:
FormatString:
Enabled: false

FileName:
Exclude:
- 'bin/scss-lint'

IfUnlessModifier:
Enabled: false

Expand Down

0 comments on commit 75dd7d5

Please sign in to comment.