Browse Source
Roll back unintentionally activated rubocop rules (#24132)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
closed-social-glitch-2
Matt Jankowski
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
11 additions and
1786 deletions
-
.rubocop.yml
-
.rubocop_todo.yml
|
|
@ -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 |
|
|
|
|
|
|
|