Running pylint against only changed lines/files with jenkins Running pylint against only changed lines/files with jenkins jenkins jenkins

Running pylint against only changed lines/files with jenkins


Check out git-lint. It seems to do what you're looking to accomplish.


There is a project lint-diffs that runs a linter on diff files only, and matches the results up to the diff output.

It should work for any linter and any vcs system, with appropriate configuration.