Commit b3c514ee authored by Douwe Maan's avatar Douwe Maan

Disable Rails/DynamicFindBy

parent ccbebbdf
...@@ -929,6 +929,9 @@ Performance/RedundantBlockCall: ...@@ -929,6 +929,9 @@ Performance/RedundantBlockCall:
Performance/RedundantMatch: Performance/RedundantMatch:
Enabled: true Enabled: true
Rails/DynamicFindBy:
Enabled: false
Rails/HttpPositionalArguments: Rails/HttpPositionalArguments:
Enabled: false Enabled: false
......
...@@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain: ...@@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain:
Exclude: Exclude:
- 'spec/requests/api/internal_spec.rb' - 'spec/requests/api/internal_spec.rb'
# Offense count: 126
# Cop supports --auto-correct.
# Configuration parameters: Whitelist.
# Whitelist: find_by_sql
Rails/DynamicFindBy:
Enabled: false
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: Include. # Configuration parameters: Include.
# Include: app/models/**/*.rb # Include: app/models/**/*.rb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment