You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this is not possible. Unfortunately the file extension is hard-coded right now as you can see here:
defruby_file?(path)path.extname == '.rb'end
I would be up for either patching this functionality or making it a configurable setting. The latter would definitely be a bit of an effort though. @mvz thoughts?
Is there any way to get
reek
to analyze.thor
files? They seem to be ignored no matter what.The text was updated successfully, but these errors were encountered: