Skip to content

Releases: Silleellie/pylint-github-action

Pylint Github Action v2 - More customization

28 Jan 22:50
f5341ef
Compare
Choose a tag to compare

This version breaks backward compatibility with version v1 since a parameter has been renamed!

Changed

  • Renamed package-path to lint-path

Added

  • More example in the readme documenting how to lint also single python files other than full packages
  • Added color-bad-score, color-ok-score, color-good-score, color-perfect-score parameters to fully customize color badge for each score range
  • Added badge-text parameter for changing the text displayed in the left part of the badge

Initial release

20 Feb 16:17
544decd
Compare
Choose a tag to compare

Everything you need to know is in README.md, with documentation on parameters and usage scenario!