Skip to content
Snippets Groups Projects
Unverified Commit edc7ca59 authored by Matt Jankowski's avatar Matt Jankowski Committed by GitHub
Browse files

Roll back unintentionally activated rubocop rules (#24132)

parent a0859011
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment