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 c2c51ed commit 4f90cb6Copy full SHA for 4f90cb6
.rubocop.yml
@@ -0,0 +1,41 @@
1
+Metrics/AbcSize:
2
+ Enabled: false
3
+
4
+Metrics/LineLength:
5
6
7
+Rails/TimeZone:
8
9
10
+SignalException:
11
12
13
+Style/StringLiterals:
14
15
16
+Style/Documentation:
17
18
19
+Style/TrailingComma:
20
21
22
+Style/ClassAndModuleChildren:
23
+ Exclude:
24
+ - 'spec/**/*'
25
26
+Style/IfUnlessModifier:
27
28
29
+Style/DotPosition:
30
31
32
+Style/GuardClause:
33
34
35
+Style/StringLiteralsInInterpolation:
36
37
38
+Style/PercentLiteralDelimiters:
39
+ PreferredDelimiters:
40
+ '%w': []
41
+ '%W': []
0 commit comments