Skip to content

Commit 9262fdd

Browse files
committed
Added initial rubocop rule
1 parent a8c2831 commit 9262fdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rubocop.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AllCops:
2+
TargetRubyVersion: 2.5
3+
DisabledByDefault: true
4+
Exclude:
5+
- rdoc.gemspec
6+
7+
Layout/TrailingWhitespace:
8+
Enabled: true

0 commit comments

Comments
 (0)