-
Notifications
You must be signed in to change notification settings - Fork 0
Description
No recent inbound.
The last request Aug 28 says: Do we want to try to bump the version?
Note: original requester says:
If I run codeclimate with the latest credo (v1.0) I get the error:
error: (CC::CLI::Analyze::EngineFailure) engine credo failed with status 1 and stderr
** (UndefinedFunctionError) function Credo.Check.Readability.AliasOrder.base_priority/0 is undefined (module Credo.Check.Readability.AliasOrder is not available)Any idea how I can make a PR to update the codeclimate-credo plugin to include the latest Credo checks?
standalone credo works fine. Its not so much the version that is incompatible, but the specific modules in those versions that are not present in codeclimate. Commenting those out works :) Let me know if I can contribute anything!