From 4987b2d5835f05b0ac666089feaedd20cc32fcf9 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Mon, 11 Jan 2021 17:33:22 +0000 Subject: [PATCH] disabling old cops --- .rubocop-2.1.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop-2.1.yml b/.rubocop-2.1.yml index af0627ef..1eb82c83 100644 --- a/.rubocop-2.1.yml +++ b/.rubocop-2.1.yml @@ -26,3 +26,9 @@ Metrics/LineLength: Lint/UnneededCopDisableDirective: Enabled: false + +Lint/UnneededSplatExpansion: + Enabled: false + +Style/BracesAroundHashParameters: + Enabled: false \ No newline at end of file