summaryrefslogtreecommitdiffstats
path: root/util/lint
Commit message (Expand)AuthorAgeFilesLines
* util/lint: Add a check for touchpads using the "probed" flagMatt DeVillier2022-09-141-0/+29
* util/lint/lint: Add -I option to invert test resultsMartin Roth2022-09-071-2/+10
* lint/checkpatch: Fix incorrect camelcase detection on numeric constantElyes Haouas2022-09-061-1/+1
* util/lint/lint-stable-019-header-files: add testMartin Roth2022-09-061-0/+22
* util/lint: Add rules.h & compiler.h to 019-header-files linterMartin Roth2022-09-061-2/+1
* util/lint: ignore util/goswid, a new submoduleMartin Roth2022-09-051-1/+1
* util/lint: Add lint tests to make sure they fail correctlyMartin Roth2022-09-041-34/+143
* util/lint/lint: Reformat usageMartin Roth2022-09-031-1/+10
* util/lint/lint: Add command line parsingMartin Roth2022-09-031-6/+31
* lint-000-license-headers: Add src/sbom/TAGS to exception listFelix Singer2022-08-221-0/+1
* util/lint: Check files of all sizes for licensesMartin Roth2022-08-171-4/+2
* util/lint: Update to check all of src for license headersMartin Roth2022-08-171-3/+1
* util/lint: Add .gitignore files to list that don't need a licenseMartin Roth2022-08-111-0/+1
* util/lint & LICENSES: Add PDDC as a "license" for corebootMartin Roth2022-08-101-0/+6
* util/lint & LICENSES: Add GCC-exception-3.1 to license exceptionsMartin Roth2022-08-101-0/+1
* lint/checkpatch: Add check for used comma where semicolon could beElyes Haouas2022-07-191-0/+11
* lint/checkpatch: Add a check for use of self-assignmentsElyes Haouas2022-07-191-0/+11
* lint/checkpatch: Add a check for existence of a commit logElyes Haouas2022-07-191-0/+13
* lint/checkpatch: Update 'Check patch "separator" and "signoff"'Elyes Haouas2022-07-191-4/+69
* lint/checkpatch: Update 'check for unwanted Gerrit info'Elyes Haouas2022-07-191-4/+14
* lint/checkpatch: Update 'uncoalesced string fragments'Elyes Haouas2022-07-191-3/+9
* lint/checkpatch: Update 'concatenated string without spaces between elements'Elyes Haouas2022-07-191-3/+11
* lint/checkpatch: Update 'check indentation of a line with a break'Elyes Haouas2022-07-191-3/+6
* lint/checkpatch: Update 'check for logical continuations'Elyes Haouas2022-07-191-2/+10
* lint/checkpatch: Update 'check for adding lines without a newline'Elyes Haouas2022-07-191-2/+5
* lint/checkpatch: Update 'check for assignments on the start of a line'Elyes Haouas2022-07-191-2/+8
* util/lint: Add coreboot specific dictionary fileMartin Roth2022-06-221-0/+2173
* util/lint/checkpatch: Add alloc functions to alloc with multiplies checkElyes Haouas2022-05-291-3/+5
* util/lint/checkpatch: Update 'Check for compiler attributes'Elyes Haouas2022-05-291-29/+59
* util/lint/checkpatch.pl: Use 'allocFunctions'Elyes Haouas2022-05-291-3/+14
* util/lint/checkpatch: Warn on period at the end of commit subjectMartin Roth2022-05-281-0/+5
* util/lint: Subtract the patch format string from subject lengthMartin Roth2022-05-281-3/+3
* util/lint: Add commit message parsing to checkpatch_json scriptMartin Roth2022-05-281-0/+6
* util/lint/checkpatch.pl: Reduce difference with linux v5.18Elyes Haouas2022-05-241-49/+82
* Allow trailing whitespaces in .md filesMaximilian Brune2022-05-161-1/+1
* util/lint/lint-stable-019: Update grep '\s' to [[:blank:]]Martin Roth2022-05-161-1/+1
* util/lint/checkpatch.pl: Fix "uninitialized value" error messageElyes Haouas2022-05-161-1/+1
* util/lint/checkpatch.pl: Fix "Invalid color mode" error messageElyes Haouas2022-05-161-12/+0
* util/lint/checkpatch.pl: Update lines related to CONST_STRUCTElyes Haouas2022-04-241-4/+7
* util/lint/checkpatch.pl: Add strlcpy checkElyes Haouas2022-04-241-0/+6
* util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE linesElyes Haouas2022-04-241-1/+2
* util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT linesElyes Haouas2022-04-241-10/+10
* util/lint/checkpatch.pl: Update the check of repeated wordsElyes Haouas2022-04-241-0/+62
* lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_"Elyes Haouas2022-04-241-53/+89
* util/lint/checkpatch.pl: Update lines related to max_line_lengthElyes Haouas2022-04-241-4/+8
* util/lint/checkpatch.pl: Update lines related to tabsizeElyes Haouas2022-04-241-0/+5
* util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosityElyes Haouas2022-04-241-7/+95
* util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell"Elyes Haouas2022-04-111-4/+47
* util/lint/checkpatch: Update commit message & subject line limitsMartin Roth2022-03-251-6/+15
* util/lint/checkpatch.pl: Use "git_command"Elyes HAOUAS2022-02-011-4/+5