summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2024-06-14 05:49:49 -0400
committerGitHub <noreply@github.com>2024-06-14 09:49:49 +0000
commitab8474fd7fb321d235f3a3ebe277baed6da9cd62 (patch)
tree060759e34ac1f2efa597f25786b3fb7bb47cf348 /.rubocop_todo.yml
parent8d5ed19c6deded7b82a0023d078681e8203951a5 (diff)
Fix (relax) remaining `RSpec/*` cops (#30693)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index a70caad8c51..8a4e5980308 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -27,21 +27,6 @@ Metrics/CyclomaticComplexity:
Metrics/PerceivedComplexity:
Max: 27
-# Configuration parameters: CountAsOne.
-RSpec/ExampleLength:
- Max: 18
-
-RSpec/MultipleExpectations:
- Max: 7
-
-# Configuration parameters: AllowSubject.
-RSpec/MultipleMemoizedHelpers:
- Max: 17
-
-# Configuration parameters: AllowedGroups.
-RSpec/NestedGroups:
- Max: 6
-
Rails/OutputSafety:
Exclude:
- 'config/initializers/simple_form.rb'