summaryrefslogtreecommitdiffstats
path: root/util/lint
Commit message (Expand)AuthorAgeFilesLines
* util/lint: Ignore whitespace, newlines, and licenses in vbt filesMartin Roth2018-05-094-2/+4
* util/lint: Fix execution on OpenBSDPiotr Kubaj2018-04-161-1/+1
* util/lint: Generate json output from checkpatch outputNaresh G Solanki2018-04-091-0/+69
* util/lint/checkpatch.pl: Untaint filenameMartin Roth2018-01-291-0/+4
* util/lint: Apply `final newlines` check to scriptsAlex Thiessen2018-01-261-2/+19
* util/lint: Unify checks for git worktreeAlex Thiessen2018-01-2312-12/+36
* util/*: Fix final newlines in scriptsAlex Thiessen2018-01-232-2/+1
* util/lint: Check license headers of git hooksAlex Thiessen2018-01-101-1/+0
* lint-stable: Only check files tracked by git (ie source files) for +xPatrick Georgi2017-12-051-1/+1
* util/lint: update checkpatch & spelling.txt to upstream versionsMartin Roth2017-09-202-115/+310
* util/lint: Exclude external payloads from coreboot lowercase checkMartin Roth2017-09-131-1/+1
* util/lint/checkpatch: Untaint variables from env & command lineMartin Roth2017-09-021-1/+9
* util/lint: Change final-newlines to lint-test from lint-extended-testMartin Roth2017-08-171-4/+0
* lint: update signed-off-by checkMartin Roth2017-08-171-0/+0
* Makefile.inc: lint: Update to run lint-extended scriptsMartin Roth2017-08-141-3/+6
* util/lint: add extended stable checkpatch for testingMartin Roth2017-08-141-0/+44
* util/lint: Update license header lint scriptsMartin Roth2017-08-102-5/+9
* lint: Update lint-stable-021-coreboot-lowercaseMartin Roth2017-08-101-1/+1
* util/lint: provide option to skip newline checkAaron Durbin2017-08-091-0/+4
* util/lint: Update final newline checkMartin Roth2017-07-241-1/+1
* util/lint: exclude patch files from asm syntax checkMartin Roth2017-07-211-1/+1
* util/lint: update kconfig_lintMartin Roth2017-07-181-2/+33
* util/lint: Update checkpatch & files to upstream linuxMartin Roth2017-06-293-154/+493
* util/lint: Add check to make sure 'coreboot' is lowercaseMartin Roth2017-06-271-0/+33
* util/lint: Give better warning for help spacing issueMartin Roth2017-06-071-2/+8
* util/lint/kconfig_lint: update help checkingMartin Roth2017-06-072-3/+15
* util/lint: ignore some more binary file typesPatrick Georgi2017-05-251-1/+1
* util/lint: Don't run checkpatch on the documentationMartin Roth2017-04-241-1/+2
* util/lint: Show an error if a symbol is created in two choice blocksMartin Roth2017-03-272-1/+6
* uti/lint/checkpatch: Fix __attribute__ struct errors for OPEN_BRACEMartin Roth2017-03-091-0/+1
* uti/lint/checkpatch: add --exclude to ignore specific directoriesMartin Roth2017-03-091-0/+13
* util/lint: Don't check license text for files with under 5 linesMartin Roth2017-02-141-2/+4
* util/lint: Add check for the signed-off-by lineMartin Roth2017-01-091-0/+23
* lint/kconfig_lint: Make sure all symbols have a type definedMartin Roth2016-12-122-0/+30
* util/lint: add check for auto-included headersMartin Roth2016-12-121-0/+36
* util/lint: Add check to verify saved configs are miniconfigsMartin Roth2016-12-091-0/+32
* util/lint: Add check for symbolic links in the coreboot treeMartin Roth2016-11-301-0/+33
* util/lint: Exclude devicetree files with custom name from license checkNaresh G Solanki2016-11-301-1/+1
* kconfig_lint: More updates for excluded filesMartin Roth2016-11-281-2/+2
* kconfig_lint: exclude payloads from search, add back specific filesMartin Roth2016-11-281-3/+4
* util/lint/lint: Show lint script output as it's runningMartin Roth2016-10-271-3/+2
* Revert "util/lint/kconfig_lint: change warning levels and text"Martin Roth2016-10-031-13/+5
* util/lint/kconfig_lint: change warning levels and textMartin Roth2016-10-031-5/+13
* util/lint/kconfig_lint: Check default typesMartin Roth2016-10-031-2/+34
* checkpatch.pl: ignore '#define asmlinkage'Martin Roth2016-09-201-1/+2
* lint/lint-007-checkpatch: Update lint scriptMartin Roth2016-09-201-7/+26
* Add minimal GNAT run time system (RTS)Nico Huber2016-09-191-0/+1
* checkpatch.pl: Force raw_line to return a defined valueMartin Roth2016-09-151-1/+7
* lint/checkpatch.pl: Pull in coreboot fixesMartin Roth2016-09-151-2/+3
* util/lint: Update to latest checkpatch.plStefan Reinauer2016-09-042-167/+954