ManageIQ / floe

Floe is a runner for Amazon States Language workflows
Apache License 2.0
0 stars 5 forks source link

Add a codeclimate config file #224

Closed agrare closed 2 months ago

agrare commented 2 months ago

Tell codeclimate to use our local rubocop config to pull in manageiq-style rules.

agrare commented 2 months ago

I used github.com/ManageIQ/inventory_refresh as the template for this

Fryguy commented 2 months ago

Strange this one is so different from the one in manageiq-style itself (https://github.com/ManageIQ/manageiq-style/blob/master/.codeclimate.yml). I can merge anyway, but I'm wondering if we need more consistency there (just not sure in which direction)

agrare commented 2 months ago

Oh I didn't realize that was a template for other repos, that looks good we can start with that and add back in anything else we end up needing

miq-bot commented 2 months ago

Checked commit https://github.com/agrare/floe/commit/717b1a52eb1e090f79550c46f8738e4b32ef63ac with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 0 files checked, 0 offenses detected Everything looks fine. :cake:

Fryguy commented 2 months ago

ok cool - this also matches what manageiq-style --install would do.