Francois
Francois
Thanks for clarifying @arielj . It seems a bit like archiving is not really meant to prevent accidental deleting, instead it is a happy coincident. Perhaps my suggestion is a...
Hey @schneems I would like to attempt the micro buildpack you suggested, do you have any pointers to help me get started? I have not created a buildpack before, am...
Hey @schneems we opened a PR that could potentially enable setting the Gemfile via an ENV value. When you have a moment could you take a look and see if...
I believe this issue is addressed in this PR: https://github.com/whitesmith/rubycritic/pull/419 Can we close this issue @Fito?
Hey @exoego ! Could you share the command you use to generate the report on CI? If you are not already using the json format, would that be an option?
Do we have any idea what threshold score to apply to each GPA score? Rubycritic uses the score and assigns ratings [like this](https://github.com/whitesmith/rubycritic/blob/43005e7b76dd0c648c7715133e42afdd6ea9a065/lib/rubycritic/core/rating.rb)
I'll take a stab at this
Here are the steps I followed to attempt to replicate the reported issue. - Used Ruby 3.3 and 3.4. - Installed `reek` using `gem install reek` and installed version 6.5.0...