Updates Rubocop

This commit is contained in:
Muhammad Nawzad 2023-11-08 22:04:33 +03:00
parent 671571282d
commit 7396ddebbf
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -128,4 +128,8 @@ Layout/EmptyLinesAroundClassBody: # Disables empty lines around class body warni
Layout/HeredocIndentation: # Disables heredoc indentation warning Layout/HeredocIndentation: # Disables heredoc indentation warning
Enabled: false Enabled: false
Layout/ClosingHeredocIndentation: # Disables closing heredoc indentation warning 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