summaryrefslogtreecommitdiffstats
path: root/util/lint
Commit message (Expand)AuthorAgeFilesLines
* 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
* lint: Add check for new board name schemeStefan Reinauer2015-04-181-0/+41
* checkpatch: Fix running out of coreboot's treeStefan Reinauer2015-03-241-5/+4
* lint: exclude *.hex files from whitespace checkingWerner Zeh2015-02-121-1/+1
* lint: exclude nvidia submodule from file listPatrick Georgi2015-02-121-1/+1
* Add Linux kernel's checkpatch.pl scriptStefan Reinauer2015-02-112-0/+6413
* lint-stable: Ignore .bin files for whitespace check.Vladimir Serbinenko2014-11-251-1/+1
* lint: simplify board-status checkPatrick Georgi2014-09-031-1/+1
* board-info: Output errors to stdout like make lint-stable expectsVladimir Serbinenko2014-08-181-3/+3
* lint-stable: Check that modified boards contain meaningful board_info.txt.Vladimir Serbinenko2014-08-161-0/+45