We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007dc66 commit 4e8a1f0Copy full SHA for 4e8a1f0
.rubocop.yml
@@ -21,3 +21,7 @@ Style/HashSyntax:
21
22
Style/SymbolArray:
23
EnforcedStyle: brackets
24
+
25
+Naming/UncommunicativeMethodParamName:
26
+ Exclude:
27
+ - '**/*'
0 commit comments