Roll back unintentionally activated rubocop rules (#24132)
Co-authored-by: Eugen Rochko <[email protected]> Co-authored-by: Nick Schonning <[email protected]>
This commit is contained in:
co-authored by
Eugen Rochko
Nick Schonning
parent
a085901108
commit
edc7ca5920
@@ -113,6 +113,16 @@ RSpec/NotToNot:
|
||||
RSpec/Rails/HttpStatus:
|
||||
EnforcedStyle: numeric
|
||||
|
||||
# Reason:
|
||||
# https://docs.rubocop.org/rubocop/cops_style.html#styleclassandmodulechildren
|
||||
Style/ClassAndModuleChildren:
|
||||
Enabled: false
|
||||
|
||||
# Reason: Classes mostly self-document with their names
|
||||
# https://docs.rubocop.org/rubocop/cops_style.html#styledocumentation
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: ruby19_no_mixed_keys
|
||||
|
||||
|
||||
+1
-1786
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user