St3v3nsS / MMSF

Massive Mobile Security Framework
MIT License
253 stars 38 forks source link

Add pylint GitHub actions workflow #12

Closed artiommocrenco closed 7 months ago

artiommocrenco commented 7 months ago

This adds pylint GitHub actions workflow for basic linting.

Quote from pylint README:

How to use pylint Pylint isn’t smarter than you: it may warn you about things that you have conscientiously done or check for some things that you don’t care about. During adoption, especially in a legacy project where pylint was never enforced, it’s best to start with the --errors-only flag, then disable convention and refactor messages with --disable=C,R and progressively re-evaluate and re-enable messages as your priorities evolve.

artiommocrenco commented 7 months ago

This does not restrict any merging unless you add specific rules in repo settings, which I suggest to add only once these checks start to pass

image