Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Per-project configurability #23

Open
abesto opened this issue Apr 30, 2019 · 0 comments · May be fixed by #35
Open

Per-project configurability #23

abesto opened this issue Apr 30, 2019 · 0 comments · May be fixed by #35

Comments

@abesto
Copy link
Contributor

abesto commented Apr 30, 2019

As noted on #22, we're getting to a point where we want to fine-tune the behavior of the checker tool. While every option should still be exposed through the CLI, we should start allowing configuration via a config file hosted in the source repo.

This is different from #20 in that this would need to be a structured configuration supporting various flags (think ~/.gitconfig vs .gitignore).

We still have a bootstrapping problem around the git repo: how do you read the config file if you don't know where the repo lives? Maybe the prudent thing to do would be to allow passing in the full path to the git repo to use. There's also the idea of storing per-project bootstrapping information somewhere centrally, and fetching them at runtime as needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant