about summary refs log tree commit diff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorLerk <lukas@k40s.net>2020-05-10 16:42:48 +0200
committerGitHub <noreply@github.com>2020-05-10 16:42:48 +0200
commit8012fce727559ae49130a43ba6b44168f0b55d04 (patch)
treef431640afbd9036a1969f7496e28c9d8579bc73c /.rubocop.yml
parent4b766f984689311523b89e1b68d2a11dff3fc396 (diff)
fix rubocop errors (#13690)
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9a68becbb..3a11f7000 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -2,7 +2,7 @@ require:
   - rubocop-rails
 
 AllCops:
-  TargetRubyVersion: 2.3
+  TargetRubyVersion: 2.4
   Exclude:
   - 'spec/**/*'
   - 'db/**/*'
@@ -46,7 +46,7 @@ Metrics/ClassLength:
 Metrics/CyclomaticComplexity:
   Max: 25
 
-Metrics/LineLength:
+Layout/LineLength:
   AllowURI: true
   Enabled: false