We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e4817 commit 8fa26cdCopy full SHA for 8fa26cd
.rubocop.yml
@@ -45,6 +45,7 @@ Metrics/BlockLength:
45
- describe
46
- indent
47
- it
48
+ - uncolored
49
- shared_context
50
- shared_examples
51
- shared_examples_for
@@ -67,6 +68,8 @@ Metrics/ParameterLists:
67
68
CountKeywordArgs: false
69
Metrics/PerceivedComplexity:
70
Max: 15
71
+Naming/AccessorMethodName:
72
+ Enabled: false
73
Naming/MemoizedInstanceVariableName:
74
EnforcedStyleForLeadingUnderscores: required
75
Naming/PredicateName:
0 commit comments