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
parent
commit
edc7ca5920
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1786 deletions
  1. +10
    -0
      .rubocop.yml
  2. +1
    -1786
      .rubocop_todo.yml

+ 10
- 0
.rubocop.yml View File

@ -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
.rubocop_todo.yml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save