Updates Rubocop

This commit is contained in:
Muhammad Nawzad
2023-11-08 22:04:33 +03:00
parent 671571282d
commit 7396ddebbf

View File

@@ -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
Enabled: false
Rails/Output: # Disables rails output warning
Enabled: false
Metrics/ClassLength: # Disables class length warning
Max: 150