Skip to content

Pylint Problem Matcher / Annotations for Github Checks

License

Notifications You must be signed in to change notification settings

rodrigo-nogues/pylint-annotations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylint Problem Matcher/Annotations

Adds error and warning problem matchers for Pylint checks on Python projects. This action only generates Github Annotations from pylint output, it does not run pylint. Based on rbialon/flake8-annotations.

Inputs

No inputs needed.

Outputs

Only Github Annotations are generated from the checks output, no other output is generated.

Screenshot

Example annotations for file violations.py

Example usage

Add the following section to your Github workflow in the job running pylint before the step executing pylint:

    - name: Setup Pylint annotations
      uses: rodrigo-nogues/pylint-annotations@v1

About

Pylint Problem Matcher / Annotations for Github Checks

Resources

License

Stars

Watchers

Forks

Languages

  • Python 67.3%
  • JavaScript 32.7%