it looks like the linter is replacing :%VIRTUAL_ENV%/ in ci/wsgi.conf with a real value. We could simply exclude that file instead of making the linter more complicated/smart.
It was actually the existing apache CI stuff that was modifying wsgi.conf; I changed that so it shouldn't modify the one in the source tree anymore. Fixed the SQLite thing too.
it looks like the linter is replacing
:%VIRTUAL_ENV%/
inci/wsgi.conf
with a real value. We could simply exclude that file instead of making the linter more complicated/smart.also, we should only run this test
if DB == sqlite