Skip to content
Snippets Groups Projects
Unverified Commit 62126e1f authored by sanfrancrisko's avatar sanfrancrisko Committed by GitHub
Browse files

Merge pull request #360 from tuxmea/alfkem_rubocop_ruby_version

(fix) Set rubocop ruby version to 2.4
parents d9b4054b 19397eb4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ defaults = { ...@@ -7,7 +7,7 @@ defaults = {
], ],
'AllCops' => { 'AllCops' => {
'DisplayCopNames' => true, 'DisplayCopNames' => true,
'TargetRubyVersion' => '2.1', 'TargetRubyVersion' => '2.4',
'Include' => [ 'Include' => [
'./**/*.rb', './**/*.rb',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment