index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
lint
Age
Commit message (
Expand
)
Author
2021-11-19
Documentation/lint: Use Super I/O instead of SuperIO
Patrick Georgi
2021-11-19
util/lint: Fix linters to work with coreboot-configurator
Sean Rhodes
2021-11-09
util/lint/kconfig_lint: Fix off by one error that missed last line
Martin Roth
2021-10-20
kconfig_lint: use just one variable for keeping track of choices
Michael Niewöhner
2021-10-20
kconfig_lint: put $inside_choice together right in the first place
Michael Niewöhner
2021-10-18
kconfig_lint: Drop overly restrictive rule about choice configs
Nico Huber
2021-09-23
kconfig_lint: restrict definition of defaults for choice elements
Michael Niewöhner
2021-06-08
lint: checkpatch: Add SUSPICIOUS_CODE_INDENT test
Julius Werner
2021-04-18
util/kconfig_lint: Update handle_expressions()
Nico Huber
2021-04-18
util/kconfig_lint: Turn handle_expressions() into a parser
Nico Huber
2021-04-15
checkpatch_json: Mark robotic comments as robotic
Patrick Georgi
2021-04-13
lint: MAINTAINERS: check path matches to not only cover the directory
Michael Niewöhner
2021-04-06
lint: checkpatch: Only exclude specific src/vendorcode/ subdirectories
Julius Werner
2021-04-06
util/kconfig_lint: Drop exception for paths without quotes
Nico Huber
2021-02-27
Revert "util/lint: Add test for documentation in util dirs"
Nico Huber
2021-02-25
util/lint: Check for windows line endings
Martin Roth
2021-01-28
util/lint: Add test for documentation in util dirs
Martin Roth
2021-01-25
util: Update all shebangs to use /usr/bin/env
Martin Roth
2021-01-17
util/lint/spelling.txt: Disable `pres`
Angel Pons
2020-10-14
util/lint: Capitalise lint descriptions
Angel Pons
2020-09-20
lint: check for misuse of Kconfig SUBSYSTEM_*_ID
Michael Niewöhner
2020-09-14
coreinfo: Use SPDX license identifiers
Jacob Garber
2020-08-31
lint/lint-extended-007-checkpatch: Remove obsolete path
Elyes HAOUAS
2020-08-31
{intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file
Elyes HAOUAS
2020-07-27
util/lint/Kconfig_lint: Update Naked BOOL reference to error
Martin Roth
2020-07-26
util/lint: Add lint and checkpatch coverage for tests/ dir
Jan Dabros
2020-06-18
lint: convert checkpatch_json.py to python 3
Stefan Reinauer
2020-05-28
util/lint: Check for SPDX identifiers by default
Jacob Garber
2020-05-25
drivers: Use SPDX identifiers
Jacob Garber
2020-05-11
util: Use SPDX headers
Patrick Georgi
2020-05-11
util/lint: Allow use of the HPND license group
Patrick Georgi
2020-05-11
util/lint: Also accept BSD-2-Clause
Patrick Georgi
2020-05-11
util: Fix up a few comments after the "file is part of the" removal
Patrick Georgi
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
util/lint: Omit more vendorcode from license header test
Patrick Georgi
2020-05-09
util/: Replace GPLv2 boiler plate with SPDX header
Patrick Georgi
2020-05-09
AUTHORS, util/: Drop individual copyright notices
Patrick Georgi
2020-04-13
util/lint: Accept "GPL-2.0-only WITH Linux-syscall-note" licenses
Rajat Jain
2020-03-18
util/lint/spelling.txt: Disable `afe`
Angel Pons
2020-03-18
util/lint/spelling.txt: Explain the commented-out entries
Angel Pons
2020-03-06
src/arch/x86: Convert to SPDX license header
Patrick Georgi
2020-03-06
src/arch/riscv: Convert to SPDX license header
Patrick Georgi
2020-03-06
util/lint: Add BSD-4-Clause-UC to acceptable licenses
Patrick Georgi
2020-03-06
src/arch/ppc64: Convert to SPDX license header
Patrick Georgi
2020-03-06
src/arch/arm64: Convert to SPDX license header
Patrick Georgi
2020-03-06
src/arch/arm: Convert to SPDX license header
Patrick Georgi
2020-03-04
util/lint: use env to locate the bash binary
Idwer Vollering
2020-03-02
lint/lint-extended-007-checkpatch: Fix obsolete paths
Elyes HAOUAS
2020-03-02
lint/check_lint_tests: Fix obsolete paths
Elyes HAOUAS
2020-02-24
util: Remove old reference to ROMCC
Elyes HAOUAS
2020-02-19
util/lint: Allow non-option carrying named choices
Patrick Georgi
2020-01-30
util/lint: enforce SPDX license headers in src/superio
Felix Held
2020-01-30
util/lint: Update spelling.txt from lintian data set
Patrick Georgi
2020-01-13
util/lint: Enforce SPDX licenses only in src/acpi directory
Martin Roth
2020-01-02
util/lint: Update license header text for SPDX headers.
Martin Roth
2019-12-09
util/lint: Update spelling.txt to latest linux version
Elyes HAOUAS
2019-11-06
util/lint/kconfig_lint: Handle glob prefix and suffix
Arthur Heymans
2019-09-19
util/lint: make clang-format non-fatal
Angel Pons
2019-06-13
lint/clang-format: set to 96 chars per line
Patrick Georgi
2019-06-04
util/lint: Make usage of IS_ENABLED() an error
Nico Huber
2019-05-15
util/lint/check-style: Don't hardcode clang-format path
Alex James
2019-04-11
kconfig_lint: Make uses of CONFIG() on an unknown option an error
Julius Werner
2019-04-02
util/lint: list files with whitespace issues
Balazs Vinarz
2019-03-22
lint/kconfig: More checks, more errors
Julius Werner
2019-03-15
Revert "lint/clang-format: set to 96 chars per line"
Julius Werner
2019-03-08
lint/kconfig: Update to support new CONFIG() macro
Julius Werner
2019-03-06
lint/kconfig: Fix check for IS_ENABLED(XXX) where someone forgot CONFIG_
Julius Werner
2019-03-05
util/lint: Fix clang-format test and enable it by default
Patrick Georgi
2019-03-05
lint/clang-format: set to 96 chars per line
Patrick Georgi
2019-02-20
util/lint: Exclude util/inteltool from checkpatch
Nico Huber
2019-01-24
util/lint: update non-ascii linter checking rules
Martin Roth
2019-01-23
util/lint: Update non-ascii linter for FreeBSD
Martin Roth
2019-01-04
util/gitconfig/pre-commit: Use clang-format to sanitise commits
Edward O'Callaghan
2018-12-18
util/lint/spelling.txt: Protect "acknowledgement" entry
Jonathan Neuschäfer
2018-11-30
arch/power8: Rename to ppc64
Jonathan Neuschäfer
2018-11-18
util: Fix shebang for python2 scripts
Angel Pons
2018-11-17
treewide: use /usr/bin/env where appropriate
Yegor Timoshenko
2018-09-18
util/lint: Ignore "visible if" statement in Kconfig files
Patrick Georgi
2018-09-14
lint-000-license-headers: add SPDX-License-Identifier: GPL-2.0-or-later
Ronald G. Minnich
2018-09-04
util/lint: update whitespace checking rules
Martin Roth
2018-09-04
util/lint: Update whitespace linter for FreeBSD
Martin Roth
2018-08-20
util/lint: Exclude util/superiotool from checkpatch
Nico Huber
2018-08-13
util/lint: Set "acknowledgement" correct
Elyes HAOUAS
2018-08-13
util/lint: update checkpatch.pl to latest linux version
Martin Roth
2018-08-13
util/lint: Update spelling.txt to latest linux version
Martin Roth
2018-08-11
util/lint: Remove register name identified as a misspelled word
Xiang Wang
2018-07-26
util: Add description.md to each util
Tom Hiller
2018-07-06
util/lint: Update lint-stable-000-license-headers linter
Martin Roth
2018-06-25
util/lint/checkpatch_json: Fix checkpatch output keyword match string
Naresh G Solanki
2018-06-14
util/lint: Run lint-extended-007-final-newlines checks in parallel
Martin Roth
2018-06-12
util/lint: Run lint-extended-007-checkpatch checks in parallel
Martin Roth
2018-06-07
util/lint: Add filename checker
Martin Roth
2018-06-02
util/lint: Update lint-000-license-headers linter
Martin Roth
2018-06-01
util/lint: use a more compact output format
Patrick Georgi
2018-05-31
util/lint: Add check that changes conform to clang-format style
Patrick Georgi
2018-05-30
checkpatch: exclude util/crossgcc/patches
Patrick Georgi
2018-05-22
util/lint: Make the non-ascii character check stable
Martin Roth
2018-05-09
util/lint: Ignore whitespace, newlines, and licenses in vbt files
Martin Roth
2018-04-16
util/lint: Fix execution on OpenBSD
Piotr Kubaj
2018-04-09
util/lint: Generate json output from checkpatch output
Naresh G Solanki
[next]