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

Commit

Permalink
Add .codeclimate.yml with a workaround config values to allow rubocop…
Browse files Browse the repository at this point in the history
… to run on codeclimate without errors
  • Loading branch information
constantine-nikolaou committed May 28, 2022
1 parent 175a4fc commit 758219f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: "2"
plugins:
rubocop:
enabled: true
channel: rubocop-0-60 # Minimum version to support ruby 2.6

0 comments on commit 758219f

Please sign in to comment.