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
2023-04-06
tree: Replace `egrep` with `grep -E`
Felix Singer
2023-04-06
util/lint/stable-017: Update full config pattern matching
Arthur Heymans
2023-03-07
util/lint: Ignore braces around single line statements
Martin Roth
2023-03-04
lint/lint-stable-003-whitespace: Fix excludelist
Maximilian Brune
2023-02-17
lint/checkpatch.pl: Remove check for keyword 'boolean' in Kconfig
Elyes Haouas
2022-11-24
util/lint: Ignore fmd files when evaluating Kconfig symbols
Martin Roth
2022-11-24
lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declaration
Elyes Haouas
2022-11-22
util: Add SPDX license headers to Makefiles
Martin Roth
2022-11-04
checkpatch: add Co-authored-by to signature list
Michael Niewöhner
2022-10-29
util/lint: fall back to regular grep in kconfig_lint
Solomon Alan-Dei
2022-10-28
lint/checkpatch: consider leading + in the line length limit check
Michael Niewöhner
2022-10-21
util/lint: Fix linting outside of git repos
Martin Roth
2022-10-10
util/lint/lint-stable-003-whitespace: Fix shell variable name
Fred Reitberger
2022-09-30
util/lint: Update tools that use git to use a library
Martin Roth
2022-09-30
util/lint: Update spelling.txt, add makefile to sort it
Martin Roth
2022-09-14
util/lint: Add a check for touchpads using the "probed" flag
Matt DeVillier
2022-09-07
util/lint/lint: Add -I option to invert test results
Martin Roth
2022-09-06
lint/checkpatch: Fix incorrect camelcase detection on numeric constant
Elyes Haouas
2022-09-06
util/lint/lint-stable-019-header-files: add test
Martin Roth
2022-09-06
util/lint: Add rules.h & compiler.h to 019-header-files linter
Martin Roth
2022-09-05
util/lint: ignore util/goswid, a new submodule
Martin Roth
2022-09-04
util/lint: Add lint tests to make sure they fail correctly
Martin Roth
2022-09-03
util/lint/lint: Reformat usage
Martin Roth
2022-09-03
util/lint/lint: Add command line parsing
Martin Roth
2022-08-22
lint-000-license-headers: Add src/sbom/TAGS to exception list
Felix Singer
2022-08-17
util/lint: Check files of all sizes for licenses
Martin Roth
2022-08-17
util/lint: Update to check all of src for license headers
Martin Roth
2022-08-11
util/lint: Add .gitignore files to list that don't need a license
Martin Roth
2022-08-10
util/lint & LICENSES: Add PDDC as a "license" for coreboot
Martin Roth
2022-08-10
util/lint & LICENSES: Add GCC-exception-3.1 to license exceptions
Martin Roth
2022-07-19
lint/checkpatch: Add check for used comma where semicolon could be
Elyes Haouas
2022-07-19
lint/checkpatch: Add a check for use of self-assignments
Elyes Haouas
2022-07-19
lint/checkpatch: Add a check for existence of a commit log
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'Check patch "separator" and "signoff"'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'check for unwanted Gerrit info'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'uncoalesced string fragments'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'concatenated string without spaces between elements'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'check indentation of a line with a break'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'check for logical continuations'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'check for adding lines without a newline'
Elyes Haouas
2022-07-19
lint/checkpatch: Update 'check for assignments on the start of a line'
Elyes Haouas
2022-06-22
util/lint: Add coreboot specific dictionary file
Martin Roth
2022-05-29
util/lint/checkpatch: Add alloc functions to alloc with multiplies check
Elyes Haouas
2022-05-29
util/lint/checkpatch: Update 'Check for compiler attributes'
Elyes Haouas
2022-05-29
util/lint/checkpatch.pl: Use 'allocFunctions'
Elyes Haouas
2022-05-28
util/lint/checkpatch: Warn on period at the end of commit subject
Martin Roth
2022-05-28
util/lint: Subtract the patch format string from subject length
Martin Roth
2022-05-28
util/lint: Add commit message parsing to checkpatch_json script
Martin Roth
2022-05-24
util/lint/checkpatch.pl: Reduce difference with linux v5.18
Elyes Haouas
2022-05-16
Allow trailing whitespaces in .md files
Maximilian Brune
2022-05-16
util/lint/lint-stable-019: Update grep '\s' to [[:blank:]]
Martin Roth
2022-05-16
util/lint/checkpatch.pl: Fix "uninitialized value" error message
Elyes Haouas
2022-05-16
util/lint/checkpatch.pl: Fix "Invalid color mode" error message
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update lines related to CONST_STRUCT
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Add strlcpy check
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE lines
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT lines
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update the check of repeated words
Elyes Haouas
2022-04-24
lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_"
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update lines related to max_line_length
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update lines related to tabsize
Elyes Haouas
2022-04-24
util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosity
Elyes Haouas
2022-04-11
util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell"
Elyes Haouas
2022-03-25
util/lint/checkpatch: Update commit message & subject line limits
Martin Roth
2022-02-01
util/lint/checkpatch.pl: Use "git_command"
Elyes HAOUAS
2022-01-31
util/lint/checkpatch.pl: Use "gitroot"
Elyes HAOUAS
2022-01-31
util/lint/checkpatch: Update "check for missing blank lines after declarations"
Elyes HAOUAS
2022-01-31
util/lint/checkpatch.pl: Update 'commit message line length limit'
Elyes HAOUAS
2022-01-31
util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typos
Elyes HAOUAS
2022-01-31
util/lint/checkpatch.pl: Use "perl_version_ok"
Elyes HAOUAS
2022-01-31
util/lint/checkpatch.pl: Use "tabsize"
Elyes HAOUAS
2022-01-31
util/lint: Remove SuperIO from checkpatch spellcheck
Martin Roth
2022-01-28
util/lint/lint-stable-003-whitespace: add exception for gif files
Fred Reitberger
2021-12-10
util/lint/checkpatch: Decrease commit message line length limit to 72
Paul Menzel
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
[next]