anaconda / anaconda-linter

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

First pass: Independent Execution #339

Closed schuylermartin45 closed 8 months ago

schuylermartin45 commented 8 months ago

This is my first attempt at trying to allow us to call the linter's execution stack from another Python project.

I also finally removed the last of the Severity-strings. Now the CLI will sanitize input from the user. Everywhere else uses the Enum. The static analyzer will confirm this when we can get it up and running across this project.