prontolabs / pronto

Quick automated code review of your changes
MIT License
2.62k stars 245 forks source link

Support specifying the config file path in an environment variable #435

Closed hosamaly closed 1 year ago

hosamaly commented 1 year ago

This is a simple solution to #226 that introduces support for the environment variable PRONTO_CONFIG_FILE.

There was a previous attempt at solving this issue in #228, but it's much more elaborate. This is a simpler solution because it doesn't try to add a CLI option.

ashkulz commented 1 year ago

Thanks for the contribution, @hosamaly!