Skip to content

Commit 8fa26cd

Browse files
committed
Update Rubocop config
1 parent 85e4817 commit 8fa26cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Metrics/BlockLength:
4545
- describe
4646
- indent
4747
- it
48+
- uncolored
4849
- shared_context
4950
- shared_examples
5051
- shared_examples_for
@@ -67,6 +68,8 @@ Metrics/ParameterLists:
6768
CountKeywordArgs: false
6869
Metrics/PerceivedComplexity:
6970
Max: 15
71+
Naming/AccessorMethodName:
72+
Enabled: false
7073
Naming/MemoizedInstanceVariableName:
7174
EnforcedStyleForLeadingUnderscores: required
7275
Naming/PredicateName:

0 commit comments

Comments
 (0)