git_ops icon indicating copy to clipboard operation
git_ops copied to clipboard

Feature request: Allow configuration management in mix.exs

Open asummers opened this issue 5 years ago • 1 comments

Various other tools require knowledge of the git repo, e.g. ex_doc in mix.exs and also allow configuration via the mix.exs file. You have it twice (see also the typo in the first link :P) Allowing configuration here would be one fewer spot where a name of the git repo or even the app name itself would need to be propagated to. Additionally, several internal libraries do not even have config files except for git_ops which feels really strange on a large enough number of projects.

asummers avatar Feb 13 '20 03:02 asummers

Yeah, I think it would be reasonable to check there first. We should probably allow it to be overridden in the gitops config Still though.

zachdaniel avatar Feb 13 '20 06:02 zachdaniel