pinterest / arcanist-linters

A collection of custom Arcanist linters
Apache License 2.0
63 stars 45 forks source link

Add support for Pylint to replace built-in handler #41

Closed ericpruitt closed 4 years ago

ericpruitt commented 4 years ago

The module shipped with Arcanist does not work with the most recent releases of Pylint, so this module reimplements it with PythonExternalLinter as the core implementation so the module can also be run within a Python virtual environment.