Lines Matching refs:pylint
84 # the version of pylint that we must have in order to run the pylint checks.
496 description = "Runs pylint tools over IPS python source code"
545 log.warn("WARNING: skipping pylint checks: "
550 log.warn("WARNING: skipping pylint checks: the "
562 # assumes pylint is accessible on the sys.path
563 from pylint import lint
566 # Unfortunately, pylint seems pretty fragile and will crash if
569 # files are made pylint clean they should be added to the
1662 'pylint': pylint_func,