DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Use Upstream Microsoft Pylint Action #74

Closed IsaacMilarky closed 6 months ago

IsaacMilarky commented 6 months ago

Use Upstream Microsoft Pylint Action

Problem

Previously, I used an upstream action to create the checks themselves but not to run Pylint to create content for the check annotations.

Solution

Now, I use an upstream GitHub action developed by Microsoft to run Pylint on this project.

Result

Redundant development is avoided on this in the future.

IsaacMilarky commented 6 months ago

Also some good linting alternatives are listed in the readme for the reviewdog repo

natalialuzuriaga commented 6 months ago

Just looked into reviewdog and I'm definitely thinking about using it to run ESlint for the frontend