tree: ba1e8a8b545cc5e97faf4624170c625b032e387f [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. constexpr_linter.py
  8. exec_linter.py
  9. flake8_linter.py
  10. grep_linter.py
  11. mypy_linter.py
  12. nativefunctions_linter.py
  13. newlines_linter.py
  14. pip_init.py
  15. README.md
  16. s3_init.py
  17. s3_init_config.json
  18. shellcheck_linter.py
  19. testowners_linter.py
  20. ufmt_linter.py
  21. update_s3.py
  22. 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