1. 1832ffa format-code: Print tool versions and describe version policy by Andrew Jeffery · 9 weeks ago
  2. 7d27a5b Reapply "format-code: fail on markdownlint warnings" by Patrick Williams · 9 weeks ago
  3. 6100d0b Revert "format-code: fail on markdownlint warnings" by Andrew Jeffery · 9 weeks ago
  4. e91217e format-code: fail on markdownlint warnings by Patrick Williams · 10 weeks ago
  5. c675d08 format-code: enable config-clang-tidy format checking by Patrick Williams · 3 months ago
  6. f20083b markdownlint: disable line length via config by Patrick Williams · 3 months ago
  7. 2f5d53b format-code: Flag lint failures at point of failure by Chris Cain · 4 months ago
  8. 1ef5c60 format-code: enable meson format linting by Patrick Williams · 7 months ago
  9. c0fab5e Use codespell's dictionary for spell checking by Manojkiran Eda · 12 months ago
  10. a6ebc6e Fix spelling mistakes using codespell by Manojkiran Eda · 1 year, 2 months ago
  11. 1d5e00d format-code: don't spellcheck the commit author's name by Jonathan Doman · 1 year, 8 months ago
  12. 910732c Run commit checkers in CI by Ed Tanous · 1 year, 8 months ago
  13. 0b1b8ec format-code: revert inadvertent changes by Patrick Williams · 1 year, 8 months ago
  14. 2612b36 OWNERS: Update Andrew's preferred email by Andrew Jeffery · 1 year, 8 months ago
  15. f058440 format-code: resolve symlinks in linter arguments by Patrick Williams · 2 years, 2 months ago
  16. 45b2152 black: remove --preview by Patrick Williams · 2 years, 6 months ago
  17. 7d41f6d format-code: enable markdownlint by Patrick Williams · 2 years, 9 months ago
  18. e795dfe format-code: enable black/isort by Patrick Williams · 2 years, 9 months ago
  19. c596959 format-code: enable beautysh by Patrick Williams · 2 years, 9 months ago
  20. b08ddf7 format-code: enable prettier by Patrick Williams · 2 years, 9 months ago
  21. e0df305 format-code: enable shellcheck everywhere by Patrick Williams · 2 years, 9 months ago
  22. c5ad7ff format-code: enable flake8 instead of pycodestyle by Patrick Williams · 2 years, 9 months ago
  23. 5095cbe format-code: detect tcl files by Patrick Williams · 2 years, 9 months ago
  24. 816c7cc format-code: option to explicitly enable linters by Patrick Williams · 2 years, 9 months ago
  25. d5d6395 format-code: handle incorrect 'env python3' by Patrick Williams · 2 years, 9 months ago
  26. 617a3f2 format-code: pycodestyle: add some compatibility for black/flake8 by Patrick Williams · 2 years, 9 months ago
  27. 476a7e9 format shell scripts with beautysh by Patrick Williams · 2 years, 9 months ago
  28. 200ec18 format-code: handle all files are ignored by linter by Patrick Williams · 2 years, 9 months ago
  29. 785327a format-code: run all linters before exit by Patrick Williams · 2 years, 9 months ago
  30. 26d9d2c format-code: halt on missing linter by Patrick Williams · 2 years, 9 months ago
  31. 3d29494 format-code: document current linter-config hashes by Patrick Williams · 2 years, 9 months ago
  32. 147f37a format-code: add option to disable linter by Patrick Williams · 2 years, 9 months ago
  33. 71b7324 format-code: call linters by file types by Patrick Williams · 2 years, 9 months ago
  34. d535ecb format-code: simplify exclusion filter for clang by Patrick Williams · 2 years, 9 months ago
  35. dad9b7a format-code: combine linter enablement logic by Patrick Williams · 2 years, 9 months ago
  36. bc85b71 format-code: fix for 'git worktree' model by Patrick Williams · 2 years, 9 months ago
  37. 330b077 unit-test: always call global formatter by Patrick Williams · 2 years, 9 months ago
  38. d27ab4c format-code: add '--no-diff' option by Patrick Williams · 2 years, 9 months ago
  39. c1513c8 format-code: improve script ergonomics by Patrick Williams · 2 years, 9 months ago
  40. 38515a3 format-code: move checkers to functions by Patrick Williams · 2 years, 9 months ago
  41. 0f5f0e7 format-code: simplify codespell by Patrick Williams · 2 years, 9 months ago
  42. 7c1e562 format-code: avoid copying eslint config by Patrick Williams · 2 years, 9 months ago
  43. 0ae544f Make git commit message checking mandatory by Ed Tanous · 3 years ago
  44. 0c4153b Change eslint output to human readable by Ed Tanous · 3 years ago
  45. fb9948a Enforce commit message style by Ed Tanous · 3 years, 2 months ago
  46. 81692c0 spelling: add ignore list by Patrick Williams · 3 years, 1 month ago
  47. ac5915f Let eslint use .gitignore file by Ed Tanous · 3 years, 6 months ago
  48. 86cafa6 Disable colored output in shellcheck by Ed Tanous · 3 years, 6 months ago
  49. 87111bb JSON validation support in CI by Manojkiran Eda · 4 years ago
  50. 481a507 format-code: ignore subprojects for pycodestyle by Patrick Williams · 4 years, 4 months ago
  51. e6f120a Spell check on commit message support for CI by Manojkiran Eda · 4 years, 5 months ago
  52. d83ca9a build-unit-test-docker: make clang go to 11 by Patrick Williams · 4 years, 6 months ago
  53. 384d741 shellcheck: clean up shellcheck warnings and enable by Patrick Williams · 4 years, 10 months ago
  54. 01ced28 shellcheck: enable shell linting by Patrick Williams · 5 years ago
  55. 80d0728 clang: upgrade to clang-10 by Patrick Williams · 5 years ago
  56. f1665d6 Fix format-code clang-format regex by James Feist · 6 years ago
  57. f676941 unit-test: clang tools 6.0 -> 8 by William A. Kennington III · 6 years ago
  58. 366dd76 scripts: format-code: enable .clang-ignore file by Patrick Venture · 7 years ago
  59. 30ec0c4 scripts: format-code.sh: use double braces by Patrick Venture · 7 years ago
  60. 078c3b5 scripts/format-code: Pass CLANG_FORMAT via environment by William A. Kennington III · 7 years ago
  61. 52164fd unit-test CI: switch to clang-format-6.0 by Patrick Venture · 7 years ago
  62. 0cce848 scripts/format-code.sh: Immediately exit on bad exit status by Andrew Jeffery · 7 years ago
  63. 457b6d1 format-code.sh: Allow some flexibility when formatting by Andrew Jeffery · 7 years ago
  64. bcee22b format-code.sh: Add pycodestyle (pep8) check by Adriana Kobylak · 8 years ago
  65. 9b0105c Simple bash script to validate no code format violation by Andrew Geissler · 8 years ago