This repository was archived by the owner on Aug 7, 2023. It is now read-only.
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
config.reek but reek's default config file is .reek.yml #150
The README says it will look for the nearest
config.reekfile, but reek's docs says reek looks for the nearest.reek.ymlfile instead (it works just fine with a.reek.ymlin the project's root dir).I can create a PR, but maybe I'm missing some context (was
config.reekthe default config file before?)