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