From: Lerk Date: Sun, 10 May 2020 14:42:48 +0000 (+0200) Subject: fix rubocop errors (#13690) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8012fce727559ae49130a43ba6b44168f0b55d04;p=mastodon.git fix rubocop errors (#13690) --- 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