summaryrefslogtreecommitdiffstats
path: root/util/lint
Commit message (Expand)AuthorAgeFilesLines
* lint/checkpatch.pl: escape \{ in perl regex to fix warningsAlexander Couzens2016-04-221-5/+5
* util/lint: Find unsigned variables with no length specifiedMartin Roth2016-04-211-0/+35
* lint: Add check for amd & apple mainboard license headersMartin Roth2016-04-211-2/+2
* util/lint: Update lint-stable-000-license-headersMartin Roth2016-04-141-1/+37
* util/lint: update lint-000-license-headersMartin Roth2016-04-131-6/+15
* lint/lint-stable-004-style-labels: Update scriptMartin Roth2016-04-131-1/+13
* lint/check_lint_tests: Add script that will break all stable testsMartin Roth2016-04-101-0/+50
* lint: Update board status script to look at the whole treeMartin Roth2016-03-291-4/+4
* lint-kconfig: pipe stderr to stdout to catch script errorsMartin Roth2016-03-051-2/+2
* kconfig_lint: make sure if and endif statements are balancedMartin Roth2016-03-031-0/+13
* kconfig_lint: Fix checks when running in taint modeMartin Roth2016-02-241-4/+15
* lint: Make sure site-local isn't committed to coreboot repoMartin Roth2016-02-161-0/+29
* kconfig_lint: update kconfig lint shell scriptsMartin Roth2016-02-102-2/+44
* kconfig_lint: demote 'always defined' errors to warningsMartin Roth2016-02-092-4/+4
* kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_Martin Roth2016-02-092-0/+22
* lint: test for assembler dialect switchesPatrick Georgi2016-02-071-0/+18
* lint: Check license headers for both paragraphs of the GPLMartin Roth2016-02-021-2/+18
* kconfig_lint: Add readme documentMartin Roth2016-01-301-0/+97
* kconfig_lint: add comments and whitespace fixes.Martin Roth2016-01-301-12/+15
* kconfig_lint: Skip temp files when looking for unused Kconfig files.Martin Roth2016-01-301-1/+5
* kconfig_lint: Update prompt structureMartin Roth2016-01-301-1/+6
* kconfig_lint: Add warning if tristate type is used in corebootMartin Roth2016-01-301-0/+4
* kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth2016-01-301-1/+16
* kconfig_lint: Don't look at IS_ENABLED() text in comments.Martin Roth2016-01-301-1/+1
* kconfig_lint: Exclude some Kconfig symbols from unused symbol checksMartin Roth2016-01-301-0/+6
* kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth2016-01-301-15/+7
* lint: Add a check for the executable bit being set on source codeMartin Roth2016-01-301-0/+20
* util/lint: Fix linter for old license headersMartin Roth2016-01-211-3/+3
* util/lint: Update license linter, make stable versionMartin Roth2016-01-182-3/+76
* util/lint/kconfig_lint: Add 3 new checksMartin Roth2016-01-181-5/+70
* util/lint: Add linter for files with the old license headerMartin Roth2016-01-151-0/+49
* util/lint: Add lint script to run kconfig_lintMartin Roth2016-01-121-0/+18
* util/lint/kconfig_lint: Run through perltidy to fix whitespaceMartin Roth2016-01-121-70/+93
* lint: rename lint-006-checkpatch because board name is lint-006Martin Roth2016-01-121-0/+0
* kconfig_lint: Fix check_is_enabled for 2 symbols on the same lineMartin Roth2015-12-021-12/+18
* kconfig_lint: Change from '$file at line $line' to $file:$lineMartin Roth2015-12-021-28/+27
* kconfig_lint: Separate errors from warningsMartin Roth2015-12-021-140/+93
* lint: properly terminate junit report on errorPatrick Georgi2015-11-191-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-317-27/+0
* lint: Add Kconfig / Kconfig symbol lint toolMartin Roth2015-10-291-0/+1153
* lint: don't check for whitespace in jpeg imagesPatrick Georgi2015-10-281-1/+1
* lint: Fix shellcheck warnings, add commentsMartin Roth2015-10-171-15/+22
* lint: Add junit.xml output for jenkinsMartin Roth2015-10-171-1/+22
* lint: Move the lint script out of Makefile.incMartin Roth2015-10-171-0/+50
* lint/gitconfig: Enable checkpatch.pl checking of commitsStefan Reinauer2015-07-171-0/+23
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-215-6/+6
* checkpatch: fine tune checksStefan Reinauer2015-05-081-2/+3
* checkpatch: fix tree recognitionStefan Reinauer2015-05-081-4/+4
* lint: remove test for build dir handlingPatrick Georgi2015-04-261-73/+0