summaryrefslogtreecommitdiffstats
path: root/util/lint
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/lint: Add a tool to verify a single newline at the end of filesMartin Roth2016-08-191-0/+52
* util/lint: Add a lint tool to find non-ascii & unprintable charsMartin Roth2016-08-021-0/+43
* src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copyBenjamin Barenblat2016-06-241-1/+3
* 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