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 477d051 commit 4a67e19Copy full SHA for 4a67e19
.rubocop.yml
@@ -1,6 +1,39 @@
1
plugins:
2
- rubocop-internal_affairs
3
- rubocop-fluentd
4
+ - rubocop-performance
5
+
6
+AllCops:
7
+ Exclude:
8
+ - '*.rb'
9
10
+Lint:
11
+ Enabled: false
12
13
+Style:
14
15
16
+Gemspec:
17
18
19
+Naming:
20
21
22
+Layout:
23
24
25
+Metrics:
26
27
28
+Security:
29
+ Enabled: true
30
31
+Performance:
32
33
34
+#
35
+# False positive or exceptional cases
36
37
38
Naming/FileName:
39
Exclude:
0 commit comments