We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea103c commit b20ef4fCopy full SHA for b20ef4f
.reek.yml
@@ -48,5 +48,8 @@ detectors:
48
UncommunicativeVariableName:
49
enabled: false
50
51
+ UnusedParameters:
52
+ enabled: false
53
+
54
UtilityFunction:
55
.rubocop.yml
@@ -83,5 +83,9 @@ Style/Documentation:
83
Style/MultilineBlockChain:
84
Enabled: false
85
86
+Style/OpenStructUse:
87
+ Exclude:
88
+ - 'spec/**/*'
89
90
ThreadSafety/ClassInstanceVariable:
91
0 commit comments