From 7396ddebbfc88642485a81fdd2f32d22c53fff10 Mon Sep 17 00:00:00 2001 From: Muhammad Nawzad Date: Wed, 8 Nov 2023 22:04:33 +0300 Subject: [PATCH] Updates Rubocop --- .rubocop.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4863774..ca6fa7c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -128,4 +128,8 @@ Layout/EmptyLinesAroundClassBody: # Disables empty lines around class body warni Layout/HeredocIndentation: # Disables heredoc indentation warning Enabled: false Layout/ClosingHeredocIndentation: # Disables closing heredoc indentation warning - Enabled: false \ No newline at end of file + Enabled: false +Rails/Output: # Disables rails output warning + Enabled: false +Metrics/ClassLength: # Disables class length warning + Max: 150