Skip to content

Do not check commented sqlite line in config

Created by: jameydeorio

The check rake task will fail, telling you that your database is sqlite, if you have the adapter: sqlite line commented out. This updates the regex to handle that commented line.

Merge request reports