spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

Add 'cython-lint' to workflows for analysis of Cython code #49

Closed bbassett-tibco closed 10 months ago

bbassett-tibco commented 1 year ago

To help keep code quality high, we should run a linter on the Cython code in addition to running pylint on the Python code. It appears that MarcoGorelli/cython-lint provides a linter capable of such analysis.

bbassett-tibco commented 10 months ago

Added the cython-lint linter to the workflows.