Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Integrate pylint reporting

  • Install the "Violations" plugin
  • Add the Violations to the "Post-build Actions" of the project
  • In the pylint line put: pylint.log
  • In "Source Path Pattern" put **/
  • pip install pylint
  • pylint --generate-rcfile > pylint.cfg
  • Update the run_jenkins file to run pylint