Skip to content

Commit

Permalink
Disable codeclimate's rubocop plugin
Browse files Browse the repository at this point in the history
As stated here[1], Code Climate plugins run in isolated environments and
can't install gems or use gems installed for the repositories they're
analyzing. This is a security feature that does unfortunately limit the
flexibility of plugins to use our own third party plugins.

For this reasons, the RuboCop checks will be moved to the CI.

[1] codeclimate/codeclimate-rubocop#131 (comment)
  • Loading branch information
ChristianRimondi committed Jan 17, 2020
1 parent f504da1 commit 2797b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins:
rubocop:
enabled: true
enabled: false
channel: rubocop-0-71

0 comments on commit 2797b86

Please sign in to comment.