Skip to content

Commit

Permalink
Run RuboCop with Ruby 1.9 parser
Browse files Browse the repository at this point in the history
Since scss-lint still supports Ruby 1.9, we need to always parse it
using the 1.9 parser (since newer parsers are backwards-compatible).
  • Loading branch information
sds committed Jan 22, 2016
1 parent f7903a6 commit d13bc9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
AllCops:
TargetRubyVersion: 1.9 # Oldest version of Ruby we support

AccessModifierIndentation:
EnforcedStyle: outdent

Expand Down

0 comments on commit d13bc9c

Please sign in to comment.