Skip to content

Commit 4a67e19

Browse files
committed
Apply minimum cops
1 parent 477d051 commit 4a67e19

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.rubocop.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
plugins:
22
- rubocop-internal_affairs
33
- rubocop-fluentd
4+
- rubocop-performance
5+
6+
AllCops:
7+
Exclude:
8+
- '*.rb'
9+
10+
Lint:
11+
Enabled: false
12+
13+
Style:
14+
Enabled: false
15+
16+
Gemspec:
17+
Enabled: false
18+
19+
Naming:
20+
Enabled: false
21+
22+
Layout:
23+
Enabled: false
24+
25+
Metrics:
26+
Enabled: false
27+
28+
Security:
29+
Enabled: true
30+
31+
Performance:
32+
Enabled: true
33+
34+
#
35+
# False positive or exceptional cases
36+
#
437

538
Naming/FileName:
639
Exclude:

0 commit comments

Comments
 (0)