Skip to content

Commit 6880765

Browse files
committed
Temporary root RuboCop config
1 parent aac63d3 commit 6880765

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.rubocop.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Root config reuses the one from react_on_rails for now,
2+
# later it should be the other way around
3+
inherit_from: react_on_rails/.rubocop.yml
4+
5+
AllCops:
6+
Exclude:
7+
- 'gen-examples/**/*'
8+
- 'react_on_rails/**/*'
9+
- 'react_on_rails_pro/**/*'

0 commit comments

Comments
 (0)