aboutsummaryrefslogtreecommitdiff
path: root/util/lint
AgeCommit message (Expand)Author
2017-07-24util/lint: Update final newline checkMartin Roth
2017-07-21util/lint: exclude patch files from asm syntax checkMartin Roth
2017-07-18util/lint: update kconfig_lintMartin Roth
2017-06-29util/lint: Update checkpatch & files to upstream linuxMartin Roth
2017-06-27util/lint: Add check to make sure 'coreboot' is lowercaseMartin Roth
2017-06-07util/lint: Give better warning for help spacing issueMartin Roth
2017-06-07util/lint/kconfig_lint: update help checkingMartin Roth
2017-05-25util/lint: ignore some more binary file typesPatrick Georgi
2017-04-24util/lint: Don't run checkpatch on the documentationMartin Roth
2017-03-27util/lint: Show an error if a symbol is created in two choice blocksMartin Roth
2017-03-09uti/lint/checkpatch: Fix __attribute__ struct errors for OPEN_BRACEMartin Roth
2017-03-09uti/lint/checkpatch: add --exclude to ignore specific directoriesMartin Roth
2017-02-14util/lint: Don't check license text for files with under 5 linesMartin Roth
2017-01-09util/lint: Add check for the signed-off-by lineMartin Roth
2016-12-12lint/kconfig_lint: Make sure all symbols have a type definedMartin Roth
2016-12-12util/lint: add check for auto-included headersMartin Roth
2016-12-09util/lint: Add check to verify saved configs are miniconfigsMartin Roth
2016-11-30util/lint: Add check for symbolic links in the coreboot treeMartin Roth
2016-11-30util/lint: Exclude devicetree files with custom name from license checkNaresh G Solanki
2016-11-28kconfig_lint: More updates for excluded filesMartin Roth
2016-11-28kconfig_lint: exclude payloads from search, add back specific filesMartin Roth
2016-10-27util/lint/lint: Show lint script output as it's runningMartin Roth
2016-10-03Revert "util/lint/kconfig_lint: change warning levels and text"Martin Roth
2016-10-03util/lint/kconfig_lint: change warning levels and textMartin Roth
2016-10-03util/lint/kconfig_lint: Check default typesMartin Roth
2016-09-20checkpatch.pl: ignore '#define asmlinkage'Martin Roth
2016-09-20lint/lint-007-checkpatch: Update lint scriptMartin Roth
2016-09-19Add minimal GNAT run time system (RTS)Nico Huber
2016-09-15checkpatch.pl: Force raw_line to return a defined valueMartin Roth
2016-09-15lint/checkpatch.pl: Pull in coreboot fixesMartin Roth
2016-09-04util/lint: Update to latest checkpatch.plStefan Reinauer
2016-08-19util/lint: Add a tool to verify a single newline at the end of filesMartin Roth
2016-08-02util/lint: Add a lint tool to find non-ascii & unprintable charsMartin Roth
2016-06-24src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copyBenjamin Barenblat
2016-04-22lint/checkpatch.pl: escape \{ in perl regex to fix warningsAlexander Couzens
2016-04-21util/lint: Find unsigned variables with no length specifiedMartin Roth
2016-04-21lint: Add check for amd & apple mainboard license headersMartin Roth
2016-04-14util/lint: Update lint-stable-000-license-headersMartin Roth
2016-04-13util/lint: update lint-000-license-headersMartin Roth
2016-04-13lint/lint-stable-004-style-labels: Update scriptMartin Roth
2016-04-10lint/check_lint_tests: Add script that will break all stable testsMartin Roth
2016-03-29lint: Update board status script to look at the whole treeMartin Roth
2016-03-05lint-kconfig: pipe stderr to stdout to catch script errorsMartin Roth
2016-03-03kconfig_lint: make sure if and endif statements are balancedMartin Roth
2016-02-24kconfig_lint: Fix checks when running in taint modeMartin Roth
2016-02-16lint: Make sure site-local isn't committed to coreboot repoMartin Roth
2016-02-10kconfig_lint: update kconfig lint shell scriptsMartin Roth
2016-02-09kconfig_lint: demote 'always defined' errors to warningsMartin Roth
2016-02-09kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_Martin Roth
2016-02-07lint: test for assembler dialect switchesPatrick Georgi
2016-02-02lint: Check license headers for both paragraphs of the GPLMartin Roth
2016-01-30kconfig_lint: Add readme documentMartin Roth
2016-01-30kconfig_lint: add comments and whitespace fixes.Martin Roth
2016-01-30kconfig_lint: Skip temp files when looking for unused Kconfig files.Martin Roth
2016-01-30kconfig_lint: Update prompt structureMartin Roth
2016-01-30kconfig_lint: Add warning if tristate type is used in corebootMartin Roth
2016-01-30kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth
2016-01-30kconfig_lint: Don't look at IS_ENABLED() text in comments.Martin Roth
2016-01-30kconfig_lint: Exclude some Kconfig symbols from unused symbol checksMartin Roth
2016-01-30kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth
2016-01-30lint: Add a check for the executable bit being set on source codeMartin Roth
2016-01-21util/lint: Fix linter for old license headersMartin Roth
2016-01-18util/lint: Update license linter, make stable versionMartin Roth
2016-01-18util/lint/kconfig_lint: Add 3 new checksMartin Roth
2016-01-15util/lint: Add linter for files with the old license headerMartin Roth
2016-01-12util/lint: Add lint script to run kconfig_lintMartin Roth
2016-01-12util/lint/kconfig_lint: Run through perltidy to fix whitespaceMartin Roth
2016-01-12lint: rename lint-006-checkpatch because board name is lint-006Martin Roth
2015-12-02kconfig_lint: Fix check_is_enabled for 2 symbols on the same lineMartin Roth
2015-12-02kconfig_lint: Change from '$file at line $line' to $file:$lineMartin Roth
2015-12-02kconfig_lint: Separate errors from warningsMartin Roth
2015-11-19lint: properly terminate junit report on errorPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29lint: Add Kconfig / Kconfig symbol lint toolMartin Roth
2015-10-28lint: don't check for whitespace in jpeg imagesPatrick Georgi
2015-10-17lint: Fix shellcheck warnings, add commentsMartin Roth
2015-10-17lint: Add junit.xml output for jenkinsMartin Roth
2015-10-17lint: Move the lint script out of Makefile.incMartin Roth
2015-07-17lint/gitconfig: Enable checkpatch.pl checking of commitsStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-08checkpatch: fine tune checksStefan Reinauer
2015-05-08checkpatch: fix tree recognitionStefan Reinauer
2015-04-26lint: remove test for build dir handlingPatrick Georgi
2015-04-18lint: Add check for new board name schemeStefan Reinauer
2015-03-24checkpatch: Fix running out of coreboot's treeStefan Reinauer
2015-02-12lint: exclude *.hex files from whitespace checkingWerner Zeh
2015-02-12lint: exclude nvidia submodule from file listPatrick Georgi
2015-02-11Add Linux kernel's checkpatch.pl scriptStefan Reinauer
2014-11-25lint-stable: Ignore .bin files for whitespace check.Vladimir Serbinenko
2014-09-03lint: simplify board-status checkPatrick Georgi
2014-08-18board-info: Output errors to stdout like make lint-stable expectsVladimir Serbinenko
2014-08-16lint-stable: Check that modified boards contain meaningful board_info.txt.Vladimir Serbinenko
2014-08-11lint: provide better GPL license text testPatrick Georgi
2014-08-11lint: improve whitespace testPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-01-11lint: check label style only on changed filesPatrick Georgi
2013-10-22util/lint/lint-stable-003-whitespace: Ignore temporary files ending with a tildePaul Menzel
2013-09-27lint: Use temporary build directoryNico Huber
2013-09-17lint whitespace: Fix rule to recurse into subdirectoriesKyösti Mälkki