We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As stated on #1243 , using reek at child level for configurations on ancestors directories does not handle a relative path.
Eg: .reek
"config/": IrresponsibleModule: enabled: false
reek config/application.rb
example (master) ✗ reek config/application.rb Inspecting 1 file(s): .
Child directory - reek application.rb
reek application.rb
config (master) ✗ reek application.rb Inspecting 1 file(s): S application.rb -- 1 warning: [10]:IrresponsibleModule: Example::Application has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As stated on #1243 , using reek at child level for configurations on ancestors directories does not handle a relative path.
Eg: .reek
reek config/application.rb
Child directory -
reek application.rb
The text was updated successfully, but these errors were encountered: