diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index f4401a2..ccbd4dd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,9 @@ # See options at: # https://github.com/bbatsov/rubocop/tree/master/config +AllCops: + TargetRubyVersion: 1.9 + # General # Multi-line method chaining should be done with leading dots. |