Add ability to load .config/doc8.ini#76
Conversation
Also looks for for config config/doc8.ini as this would allow users to declutter their root of their projects.
|
I'm vaguely -1 on this. There are numerous locations shared with other very common tooling and projects and we're now introducing a new directory. That feels like more clutter, not less |
I do not see how this would ever produce more clutter, even if you have a single tool that uses To give some extra feedback on why I proposed this, please take a look at https://dot-config.github.io/ - I am trying to seek adoption of |
|
Sorry, I should elaborate "vaguely" was intended to be a "weak" or "non-blocking". I don't hate it, but I'm not convinced of the value. I also wonder if the right way of handling this is to search for a config file with that path, or if we should allow someone to specify a |
Also looks for for config at
.config/doc8.inias this would allow users to declutter their root of their projects.