Skip to content

Commit e3efcb8

Browse files
committed
Introduce rubocop to project
1 parent 0c0b9bc commit e3efcb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.rubocop.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AllCops:
2+
TargetRubyVersion: 2.1
3+
DisplayCopNames: true
4+
Exclude:
5+
- test/dummy_sprockets/**/*
6+
- test/dummy_webpacker1/**/*
7+
- test/dummy_webpacker2/**/*
8+
- test/dummy_webpacker3/**/*
9+
- node_modules/**/*
10+
- react_ujs/**/*

0 commit comments

Comments
 (0)