hchasestevens/bellybutton

Feature suggestion: Path for configuration file given from terminal

Opened this issue · 2 comments

I am creating a tool for code quality checks, which uses pylint and mypy and I want to be able to integrate bellybutton to it. Problem is, that the tool isn't alway run from root directory of the project and so the default configuration file ins't always where it needs to be.

This would be easily solved by command line option specifying the configuration file location.

I can easily implement this myself, if you don't {want|have time} to do so.

Hi @tomascapek , I will not likely get to this soon, but would be very happy to look at a PR if you were willing to provide one. Do be aware that the changes in v.0.2.3 allow you to supply your own configuration programmatically, in the interim.

Hello @hchasestevens, I’ll think about it and I’ll let you know.