From a5f5edb959e8b15734049da3aacbfaf0a8d0938e Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 2 Feb 2020 12:41:03 +0100 Subject: [PATCH] Update rubocop file --- .rubocop.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ac09ef18..a321ea84 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,5 @@ AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.6 Exclude: - bin/* - config/application.rb @@ -9,9 +9,10 @@ AllCops: - public/uploads/**/* - tmp/**/* - vendor/**/* + - node_modules/**/* Rails: Enabled: true -Metrics/LineLength: +Layout/LineLength: Enabled: false require: rubocop-rspec Style/Documentation: