Lines Matching refs:lint
352 'pkg.lint',
494 # Runs lint on the extension module source code
563 from pylint import lint
579 lint.Run(args)
597 lint.Run(args)
612 # Runs lint on the extension module source code
614 description = "Runs lint tools over IPS C extension source code"
630 lint = [os.environ["LINT"]]
632 lint = ['lint']
634 archcmd = lint + lint_flags + \
639 elfcmd = lint + lint_flags + \
644 _actionscmd = lint + lint_flags + \
648 _actcommcmd = lint + lint_flags + \
652 _varcetcmd = lint + lint_flags + \
656 pspawncmd = lint + lint_flags + \
661 syscallatcmd = lint + lint_flags + \
666 sysattrcmd = lint + lint_flags + \
672 sha512_tcmd = lint + lint_flags + \
699 # Runs both C and Python lint
701 description = "Runs C and Python lint checkers"
1660 'lint': lint_func,