Skip to content

Commit

Permalink
Exclude file from Eval cop
Browse files Browse the repository at this point in the history
This cop is usefull, but in this case there is no (easy) way without
eval.

Change-Id: I3ba8cd46f020873a9d7367c6238bc3d895fbb026
Reviewed-on: http://gerrit.causes.com/37450
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
geniou authored and Shane da Silva committed Apr 22, 2014
1 parent 09db498 commit 4c977eb
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 @@ -26,6 +26,10 @@ Documentation:
DotPosition:
Enabled: false

Eval:
Exclude:
- 'lib/scss_lint/sass/script.rb'

FormatString:
Enabled: false

Expand Down

0 comments on commit 4c977eb

Please sign in to comment.