From 01d27c08910079564509bf1ee8901db0343277e5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Sep 2020 14:04:49 +0100 Subject: [PATCH] chore(rubocop): update .rubocop.yml --- .rubocop.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index e228843..281dfd8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,9 @@ +AllCops: + TargetRubyVersion: 2.3 + NewCops: enable + +Layout/LineLength: + Max: 80 + Style/Documentation: Enabled: false - -Style/LineLength: - Max: 80