Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 758219f

Browse files
Add .codeclimate.yml with a workaround config values to allow rubocop to run on codeclimate without errors
1 parent 175a4fc commit 758219f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codeclimate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
version: "2"
3+
plugins:
4+
rubocop:
5+
enabled: true
6+
channel: rubocop-0-60 # Minimum version to support ruby 2.6

0 commit comments

Comments
 (0)