We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec8590 commit 63e06ccCopy full SHA for 63e06cc
.rubocop.yml
@@ -19,5 +19,8 @@ Naming/MethodName:
19
- distinct_One_As_One_Is_So_Not_Fetch
20
- make_Fetch_Possible_And_Deterministic
21
22
+Naming/MethodParameterName:
23
+ Enabled: false
24
+
25
Style/StringLiterals:
26
EnforcedStyle: double_quotes
0 commit comments