tree: 5169a3dd965e8c838fed8ab17cf491f43a57a35a [path history] [tgz]
  1. actionlint_linter.py
  2. black_linter.py
  3. circleci_linter.py
  4. clangformat_linter.py
  5. clangtidy_linter.py
  6. cmake_linter.py
  7. exec_linter.py
  8. flake8_linter.py
  9. grep_linter.py
  10. mypy_linter.py
  11. nativefunctions_linter.py
  12. newlines_linter.py
  13. pip_init.py
  14. README.md
  15. s3_init.py
  16. s3_init_config.json
  17. shellcheck_linter.py
  18. testowners_linter.py
  19. ufmt_linter.py
  20. update_s3.py
  21. workflow_consistency_linter.py
tools/linter/adapters/README.md

lintrunner adapters

These files adapt our various linters to work with lintrunner.

Adding a new linter

  1. init and linter
  2. {{DRYRUN}} and {{PATHSFILE}}
  3. never exit uncleanly
  4. Communication protocol
  5. Self-contained