We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04efbb1 commit 60c8907Copy full SHA for 60c8907
.rubocop.yml
@@ -0,0 +1,32 @@
1
+Documentation:
2
+ Enabled: false
3
+Metrics/AbcSize:
4
5
+Metrics/ClassLength:
6
7
+Metrics/MethodLength:
8
9
+Metrics/ModuleLength:
10
11
+Style/AndOr:
12
13
+Style/ClassAndModuleChildren:
14
15
+Style/PerlBackrefs:
16
17
+
18
+Style/CollectionMethods:
19
+ Enabled: yes
20
+Lint/LiteralInInterpolation:
21
22
23
+Metrics/LineLength:
24
+ Max: 120
25
+Metrics/ParameterLists:
26
+ CountKeywordArgs: false
27
+Style/DotPosition:
28
+ EnforcedStyle: trailing
29
+Style/EmptyElse:
30
+ EnforcedStyle: empty
31
+Style/SpaceInsideHashLiteralBraces:
32
+ EnforcedStyle: no_space
0 commit comments