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 89f9a05 commit 0e05f0bCopy full SHA for 0e05f0b
.rubocop.yml
@@ -1,6 +1,3 @@
1
-AllCops:
2
- TargetRubyVersion: 2.2
3
-
4
Metrics/ModuleLength:
5
Exclude:
6
- 'spec/**/*'
@@ -21,14 +18,10 @@ Style/PercentLiteralDelimiters:
21
18
'%W': '[]'
22
19
Style/StringLiterals:
23
20
Enabled: false
+Style/TrailingComma:
+ Enabled: false
24
Style/DotPosition:
25
EnforcedStyle: 'trailing'
26
Enabled: true
27
-Style/MultilineMethodCallIndentation:
28
- Enabled: false
29
-Style/TrailingCommaInArguments:
30
31
-Style/TrailingCommaInLiteral:
32
33
-Style/ConditionalAssignment:
+Style/MultilineOperationIndentation:
34
0 commit comments