1. b357e53 util/lint: Ignore fmd files when evaluating Kconfig symbols by Martin Roth · 1 year, 8 months ago
  2. d27b2e8 lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declaration by Elyes Haouas · 1 year, 10 months ago
  3. adaab4a util: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  4. 8cfd3f8 checkpatch: add Co-authored-by to signature list by Michael Niewöhner · 1 year, 9 months ago
  5. a6e60f0 util/lint: fall back to regular grep in kconfig_lint by Solomon Alan-Dei · 1 year, 11 months ago
  6. 8eb7b35 lint/checkpatch: consider leading + in the line length limit check by Michael Niewöhner · 1 year, 9 months ago
  7. 95b5b02 util/lint: Fix linting outside of git repos by Martin Roth · 1 year, 9 months ago
  8. 743c1c0 util/lint/lint-stable-003-whitespace: Fix shell variable name by Fred Reitberger · 1 year, 9 months ago
  9. d81debd util/lint: Update tools that use git to use a library by Martin Roth · 2 years, 1 month ago
  10. 7726a7f util/lint: Update spelling.txt, add makefile to sort it by Martin Roth · 2 years, 1 month ago
  11. 275a9a3 util/lint: Add a check for touchpads using the "probed" flag by Matt DeVillier · 1 year, 10 months ago
  12. 38bbff4 util/lint/lint: Add -I option to invert test results by Martin Roth · 1 year, 11 months ago
  13. 0d42db6 lint/checkpatch: Fix incorrect camelcase detection on numeric constant by Elyes Haouas · 1 year, 10 months ago
  14. f6ba75c util/lint/lint-stable-019-header-files: add test by Martin Roth · 1 year, 10 months ago
  15. cd9110b util/lint: Add rules.h & compiler.h to 019-header-files linter by Martin Roth · 1 year, 10 months ago
  16. 8a3f5a1 util/lint: ignore util/goswid, a new submodule by Martin Roth · 1 year, 10 months ago
  17. d12e4f5 util/lint: Add lint tests to make sure they fail correctly by Martin Roth · 2 years, 1 month ago
  18. 8b45c12 util/lint/lint: Reformat usage by Martin Roth · 1 year, 11 months ago
  19. 8ea8d85 util/lint/lint: Add command line parsing by Martin Roth · 1 year, 11 months ago
  20. bbe0a99 lint-000-license-headers: Add src/sbom/TAGS to exception list by Felix Singer · 1 year, 11 months ago
  21. 957fde6 util/lint: Check files of all sizes for licenses by Martin Roth · 2 years ago
  22. 6dac0c5 util/lint: Update to check all of src for license headers by Martin Roth · 2 years ago
  23. 251e266 util/lint: Add .gitignore files to list that don't need a license by Martin Roth · 2 years ago
  24. f67a1aa util/lint & LICENSES: Add PDDC as a "license" for coreboot by Martin Roth · 2 years ago
  25. afa3e5a util/lint & LICENSES: Add GCC-exception-3.1 to license exceptions by Martin Roth · 2 years ago
  26. 50eef65 lint/checkpatch: Add check for used comma where semicolon could be by Elyes Haouas · 2 years ago
  27. f9a3554a lint/checkpatch: Add a check for use of self-assignments by Elyes Haouas · 2 years ago
  28. e83e090 lint/checkpatch: Add a check for existence of a commit log by Elyes Haouas · 2 years ago
  29. 6e84c2c lint/checkpatch: Update 'Check patch "separator" and "signoff"' by Elyes Haouas · 2 years ago
  30. cb34684 lint/checkpatch: Update 'check for unwanted Gerrit info' by Elyes Haouas · 2 years ago
  31. e235a0d lint/checkpatch: Update 'uncoalesced string fragments' by Elyes Haouas · 2 years ago
  32. 71bfcf5 lint/checkpatch: Update 'concatenated string without spaces between elements' by Elyes Haouas · 2 years ago
  33. a59a87c lint/checkpatch: Update 'check indentation of a line with a break' by Elyes Haouas · 2 years ago
  34. d92fcf4 lint/checkpatch: Update 'check for logical continuations' by Elyes Haouas · 2 years ago
  35. 86e4a3a lint/checkpatch: Update 'check for adding lines without a newline' by Elyes Haouas · 2 years ago
  36. c5ede53 lint/checkpatch: Update 'check for assignments on the start of a line' by Elyes Haouas · 2 years ago
  37. 93333cb util/lint: Add coreboot specific dictionary file by Martin Roth · 2 years, 2 months ago
  38. 709fdb1 util/lint/checkpatch: Add alloc functions to alloc with multiplies check by Elyes Haouas · 2 years, 2 months ago
  39. 069dfe3 util/lint/checkpatch: Update 'Check for compiler attributes' by Elyes Haouas · 2 years, 2 months ago
  40. a7b0d38 util/lint/checkpatch.pl: Use 'allocFunctions' by Elyes Haouas · 2 years, 2 months ago
  41. 97e7eea util/lint/checkpatch: Warn on period at the end of commit subject by Martin Roth · 2 years, 4 months ago
  42. 341a53d util/lint: Subtract the patch format string from subject length by Martin Roth · 2 years, 2 months ago
  43. 9e33723 util/lint: Add commit message parsing to checkpatch_json script by Martin Roth · 2 years, 4 months ago
  44. 26e0b94 util/lint/checkpatch.pl: Reduce difference with linux v5.18 by Elyes Haouas · 2 years, 2 months ago
  45. 94223c4 Allow trailing whitespaces in .md files by Maximilian Brune · 2 years, 2 months ago
  46. af06e9a util/lint/lint-stable-019: Update grep '\s' to [[:blank:]] by Martin Roth · 2 years, 3 months ago
  47. 14c49e3 util/lint/checkpatch.pl: Fix "uninitialized value" error message by Elyes Haouas · 2 years, 2 months ago
  48. 0014bce util/lint/checkpatch.pl: Fix "Invalid color mode" error message by Elyes Haouas · 2 years, 2 months ago
  49. 43529c8 util/lint/checkpatch.pl: Update lines related to CONST_STRUCT by Elyes Haouas · 2 years, 3 months ago
  50. f0e150c util/lint/checkpatch.pl: Add strlcpy check by Elyes Haouas · 2 years, 3 months ago
  51. 8f59960 util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE lines by Elyes Haouas · 2 years, 3 months ago
  52. 00d8ffd util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT lines by Elyes Haouas · 2 years, 3 months ago
  53. 84083a2 util/lint/checkpatch.pl: Update the check of repeated words by Elyes Haouas · 2 years, 3 months ago
  54. f62a989 lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_" by Elyes Haouas · 2 years, 3 months ago
  55. 0b1a03c util/lint/checkpatch.pl: Update lines related to max_line_length by Elyes Haouas · 2 years, 3 months ago
  56. 41d43f5 util/lint/checkpatch.pl: Update lines related to tabsize by Elyes Haouas · 2 years, 3 months ago
  57. 46b07e5 util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosity by Elyes Haouas · 2 years, 3 months ago
  58. 84ef4fb util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell" by Elyes Haouas · 2 years, 3 months ago
  59. 10d34b7 util/lint/checkpatch: Update commit message & subject line limits by Martin Roth · 2 years, 4 months ago
  60. f2a9c8d util/lint/checkpatch.pl: Use "git_command" by Elyes HAOUAS · 2 years, 6 months ago
  61. 18ef520 util/lint/checkpatch.pl: Use "gitroot" by Elyes HAOUAS · 2 years, 6 months ago
  62. 249c404 util/lint/checkpatch: Update "check for missing blank lines after declarations" by Elyes HAOUAS · 2 years, 6 months ago
  63. ac69049 util/lint/checkpatch.pl: Update 'commit message line length limit' by Elyes HAOUAS · 2 years, 6 months ago
  64. 919b0c7 util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typos by Elyes HAOUAS · 2 years, 6 months ago
  65. 48cb78b util/lint/checkpatch.pl: Use "perl_version_ok" by Elyes HAOUAS · 2 years, 6 months ago
  66. 96771bf util/lint/checkpatch.pl: Use "tabsize" by Elyes HAOUAS · 2 years, 6 months ago
  67. 38c7314 util/lint: Remove SuperIO from checkpatch spellcheck by Martin Roth · 2 years, 6 months ago
  68. bfdc132 util/lint/lint-stable-003-whitespace: add exception for gif files by Fred Reitberger · 2 years, 6 months ago
  69. dd1ee27 util/lint/checkpatch: Decrease commit message line length limit to 72 by Paul Menzel · 2 years, 7 months ago
  70. 423e9e0 Documentation/lint: Use Super I/O instead of SuperIO by Patrick Georgi · 4 years, 4 months ago
  71. c9bc7a7 util/lint: Fix linters to work with coreboot-configurator by Sean Rhodes · 2 years, 8 months ago
  72. a7648f2 util/lint/kconfig_lint: Fix off by one error that missed last line by Martin Roth · 2 years, 8 months ago
  73. 4396358 kconfig_lint: use just one variable for keeping track of choices by Michael Niewöhner · 2 years, 9 months ago
  74. 70fb5cb kconfig_lint: put $inside_choice together right in the first place by Michael Niewöhner · 2 years, 9 months ago
  75. 967730f kconfig_lint: Drop overly restrictive rule about choice configs by Nico Huber · 3 years ago
  76. 90fcffb kconfig_lint: restrict definition of defaults for choice elements by Michael Niewöhner · 2 years, 10 months ago
  77. 218906d lint: checkpatch: Add SUSPICIOUS_CODE_INDENT test by Julius Werner · 3 years, 4 months ago
  78. 2d82195 util/kconfig_lint: Update handle_expressions() by Nico Huber · 3 years, 3 months ago
  79. f6b2baa util/kconfig_lint: Turn handle_expressions() into a parser by Nico Huber · 3 years, 3 months ago
  80. 39891c0 checkpatch_json: Mark robotic comments as robotic by Patrick Georgi · 3 years, 4 months ago
  81. 64d31f4 lint: MAINTAINERS: check path matches to not only cover the directory by Michael Niewöhner · 3 years, 3 months ago
  82. 514a4bc lint: checkpatch: Only exclude specific src/vendorcode/ subdirectories by Julius Werner · 3 years, 4 months ago
  83. 56d51b6 util/kconfig_lint: Drop exception for paths without quotes by Nico Huber · 3 years, 3 months ago
  84. dd01e01 Revert "util/lint: Add test for documentation in util dirs" by Nico Huber · 3 years, 5 months ago
  85. 01b5dd6 util/lint: Check for windows line endings by Martin Roth · 3 years, 5 months ago
  86. 15e379a util/lint: Add test for documentation in util dirs by Martin Roth · 3 years, 7 months ago
  87. 0ad5fbd util: Update all shebangs to use /usr/bin/env by Martin Roth · 3 years, 7 months ago
  88. 286a057 util/lint/spelling.txt: Disable `pres` by Angel Pons · 3 years, 6 months ago
  89. 04bf41b util/lint: Capitalise lint descriptions by Angel Pons · 3 years, 9 months ago
  90. e0d749c lint: check for misuse of Kconfig SUBSYSTEM_*_ID by Michael Niewöhner · 3 years, 10 months ago
  91. 07201d7 coreinfo: Use SPDX license identifiers by Jacob Garber · 3 years, 10 months ago
  92. 796c567 lint/lint-extended-007-checkpatch: Remove obsolete path by Elyes HAOUAS · 3 years, 11 months ago
  93. 668132a4 {intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file by Elyes HAOUAS · 3 years, 11 months ago
  94. a020903 util/lint/Kconfig_lint: Update Naked BOOL reference to error by Martin Roth · 4 years ago
  95. ffa58cf util/lint: Add lint and checkpatch coverage for tests/ dir by Jan Dabros · 4 years ago
  96. 57ead89 lint: convert checkpatch_json.py to python 3 by Stefan Reinauer · 4 years, 1 month ago
  97. d2fea1a util/lint: Check for SPDX identifiers by default by Jacob Garber · 4 years, 2 months ago
  98. 10999ea6 drivers: Use SPDX identifiers by Jacob Garber · 4 years, 2 months ago
  99. 55189c9 util: Use SPDX headers by Patrick Georgi · 4 years, 2 months ago
  100. 878a7a7 util/lint: Allow use of the HPND license group by Patrick Georgi · 4 years, 2 months ago