Skip to content

Commit f797102

Browse files
committed
add CodeClimate config
1 parent d8b4818 commit f797102

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codeclimate.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
engines:
2+
rubocop:
3+
enabled: true
4+
checks:
5+
Rubocop/Layout/TrailingWhitespace:
6+
enabled: false

0 commit comments

Comments
 (0)