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 d19a2a0 commit e5d2682Copy full SHA for e5d2682
panolint-ruby-rubocop.yml
@@ -74,6 +74,10 @@ Metrics/PerceivedComplexity:
74
Naming/BinaryOperatorParameterName:
75
Enabled: false
76
77
+# CodeQL cannot parse anonymous block parameters
78
+Naming/BlockForwarding:
79
+ EnforcedStyle: explicit
80
+
81
Naming/FileName:
82
Exclude:
83
- .overcommit/Gemfile
@@ -106,6 +110,10 @@ Style/Alias:
106
110
Enabled: true
107
111
EnforcedStyle: prefer_alias_method
108
112
113
114
+Style/ArgumentsForwarding:
115
+ UseAnonymousForwarding: false
116
109
117
Style/ArrayCoercion:
118
119
0 commit comments