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 c479ced commit 5a5b628Copy full SHA for 5a5b628
rubocop.yml
@@ -12,7 +12,9 @@ AllCops:
12
- "data/**/*"
13
14
# All cops except your using extensions are disabled by default.
15
-Style:
+Bundler:
16
+ Enabled: false
17
+Gemspec:
18
Enabled: false
19
Layout:
20
@@ -22,18 +24,16 @@ Metrics:
22
24
23
25
Naming:
26
-Security:
- Enabled: false
27
-Bundler:
28
29
-Gemspec:
30
31
Performance:
32
33
Exclude:
34
- "test/**/*"
35
Rails:
36
+Security:
+Style:
37
38
# Align `when` with `end`.
39
Layout/CaseIndentation:
0 commit comments