Skip to content

Commit 4cd98bb

Browse files
committed
Change .rubocop.yml file (exclude some files).
1 parent 483d03c commit 4cd98bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.rubocop.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
AllCops:
2+
# Include common Ruby source files.
3+
Exclude:
4+
- 'bin/**/*'
5+
- 'config/**/*'
6+
- 'db/**/*'
7+
- 'lib/**/*'
8+
- 'public/**/*'
9+
- 'vendor/**/*'
10+
Rails:
11+
Enabled: true
12+
113
Metrics/LineLength:
214
Max: 160
315

0 commit comments

Comments
 (0)