We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1029c commit 532b0ffCopy full SHA for 532b0ff
1 file changed
.rubocop.yml
@@ -2,3 +2,22 @@ inherit_gem:
2
rubocop-github:
3
- config/default.yml
4
require: rubocop-performance
5
+
6
+AllCops:
7
+ TargetRubyVersion: 2.6
8
9
+# Disable cops that are not consistently available across all Ruby versions
10
+Style/ClassMethodsDefinitions:
11
+ Enabled: false
12
13
+Style/OrAssignment:
14
15
16
+GitHub/AvoidObjectSendWithDynamicMethod:
17
18
19
+Layout/SpaceInsideHashLiteralBraces:
20
21
22
+Lint/ParenthesesAsGroupedExpression:
23
0 commit comments