tree: ca3ace388e2fb8df695196b4086879c5eee13a34 [path history] [tgz]
  1. circleci_linter.py
  2. clangformat_linter.py
  3. clangtidy_linter.py
  4. cmake_linter.py
  5. exec_linter.py
  6. flake8_linter.py
  7. grep_linter.py
  8. mypy_linter.py
  9. nativefunctions_linter.py
  10. newlines_linter.py
  11. pip_init.py
  12. README.md
  13. s3_init.py
  14. s3_init_config.json
  15. update_s3.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