From 25cb6282e92a20da91c4f62e140c4b5a4ad27771 Mon Sep 17 00:00:00 2001 From: Reid Hewitt Date: Tue, 23 Apr 2024 16:14:52 -0600 Subject: [PATCH] disregard new rules --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4b4c293..78bad95 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,4 +13,7 @@ Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: - Enabled: false \ No newline at end of file + Enabled: false + +AllCops: + NewCops: disable \ No newline at end of file