oyvindberg / typo

Typed Postgresql integration for Scala. Hopes to avoid typos
https://oyvindberg.github.io/typo/
MIT License
99 stars 9 forks source link

Setting generateMockRepos = Selector.None doesn't make a difference, the generator still generates the mock repos #81

Closed boggye closed 8 months ago

boggye commented 8 months ago

Hi,

This might be a bug. I set generateMockRepos = Selector.None and the generator still generates the mock repos.

I did search the code for the usages of generateMockRepos and it's not used in any place where the generator would take the decision to include mock repos or not.

Thanks