Fabio Rosado
My time is divided between flying and coding
Found little bugs added with the refactor and squash them!
Add path param to load configuration.yaml from a different file
Add cli flag to list active modules
Review and merge PR that updates the regex pattern to include all possible envvar patterns
Add backwards compatibility with changes for token config param
Fix linting issues on PR that has gone stale but adds https support
Load modules from config and use the validation from method to validate each module
Rename cli command from validate to lint
Play around with config lint command and possible arguments to pass
Figure out how to pass arguments to click
Write documentation about validation rules
Review and approve PR that updates documentation structure and moves to sphinx
Deal with black issues - expects python 3.6
Write tests to bump coverage
rewrite tests for refactor
Refactor validation logic - deal with exception raised
Write new tests for new way to validate each module
Refactor little things in the code
Move each validation rules into each module on to a const variable
Define new alias for python :D
Fix python path issues and install a bunch of things
Try to fix messed up python path after update -.-
Fix brew permission issues and update