Bad Migration Date checker checks non-ruby files when it shouldn't
Example from one of my PRs:
Some comments on commit https://github.com/Fryguy/manageiq/commit/d6ec1eeff40b6703205560431ee3144967836462
- :red_circle: Bad migration date: db/migrate/data/20160127210624_convert_configurations_to_settings_changes/broker_notify_properties.tmpl.yml
This is because it does File.basename, which in this case gives broker_notify_properties.tmpl.yml, which of course has a bad migration date. Probable fix is to only look at files directly in db/migrate and not subdirs.
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.