summaryrefslogtreecommitdiff
path: root/utilities/checkpatch.py
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Add check for egrep/fgrep.Ilya Maximets2022-09-151-0/+11
* checkpatch: Add check for a Fixes tag.Ilya Maximets2022-08-041-0/+9
* checkpatch: Ignore line length and leading whitespace for debian/*.Frode Nordahl2022-07-151-2/+2
* checkpatch.py: Add checks for easy-to-misuse APIs.Peng He2022-05-301-3/+33
* checkpatch: Detect "trojan source" attack.Mike Pattrick2022-01-041-1/+12
* checkpatch: Correct line count in error messages.Mike Pattrick2022-01-041-1/+5
* checkpatch: Check if some tags are wrongly written.Timothy Redaelli2021-11-041-0/+15
* checkpatch: Avoid catastrophic backtracking.Aaron Conole2021-09-081-3/+7
* checkpatch: Ignore macro definitions of FOR_EACH.Aaron Conole2021-07-011-3/+7
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-1/+0
* checkpatch: Add check for a whitespace after cast.Ilya Maximets2020-11-271-0/+13
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-4/+4
* checkpatch: Add argument to skip gerrit change id check.Roi Dayan2020-07-171-2/+8
* checkpatch: Check spelling in commit messages.Ilya Maximets2019-12-091-11/+22
* checkpatch: Skip words containing numbers.Ilya Maximets2019-12-091-2/+2
* checkpatch: Allow common abbreviations for spell checking.Ilya Maximets2019-12-091-1/+3
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-1/+1
* checkpatch: Ignore utilities/bugtool.William Tu2019-09-171-0/+2
* checkpatch: Fix regexp for if, while, etc inside macros.Ilya Maximets2019-08-121-1/+1
* checkpatch: Check FOR_EACH loops with numbers.Ilya Maximets2019-07-121-1/+1
* checkpatch: Ignore "sparse" headers.Ilya Maximets2019-05-291-0/+5
* checkpatch: Fix handling of line endings.Ilya Maximets2019-04-151-1/+1
* checkpatch: Normalize exit code for WindowsAlin Gabriel Serdean2019-04-031-11/+12
* checkpatch: Escape range operators inside regex.Ilya Maximets2019-02-221-3/+8
* checkpatch: Check for C99 style comments.Ilya Maximets2019-01-181-0/+11
* checkpatch: Check style of FOREACH loops.Ilya Maximets2019-01-151-1/+1
* python: Fix invalid escape sequences.Ben Pfaff2019-01-111-12/+12
* checkpatch: fix typographical errorBala Sankaran2018-11-051-1/+1
* checkpatch: Speed up checking when spell checking not enabled.Ben Pfaff2018-11-021-55/+62
* checkpatch: Add explicit test for mailing list as author.Ben Pfaff2018-11-021-0/+3
* checkpatch: support macro continuationBala Sankaran2018-08-161-1/+5
* checkpatch: Improve accuracy and specificity of sign-off checking.Ben Pfaff2018-08-131-10/+60
* checkpatch: warn on possible bare returnBala Sankaran2018-08-061-2/+70
* checkpatch: fix patch separator line regexAaron Conole2018-07-031-2/+2
* checkpatch: Only consider certain signoffsAaron Conole2018-06-251-4/+4
* checkpatch: add quiet optionAaron Conole2018-06-251-6/+14
* checkpatch: Be more specific about line length, misspelling warnings.Ben Pfaff2018-05-161-5/+8
* checkpatch: Fix filename matching.Ben Pfaff2018-05-101-4/+2
* checkpatch: Don't do line length or whitespace checks on debian/rules.Ben Pfaff2018-04-251-5/+5
* checkpatch: add checks for new rst docsFlavio Leitner2018-04-171-0/+89
* checkpatch: Fix mis-flagging of division operators as lacking whitespace.Ben Pfaff2018-04-031-1/+1
* checkpatch: add a comment spell-checkerAaron Conole2018-04-011-3/+105
* checkpatch: filter comment contentsAaron Conole2018-04-011-1/+55
* checkpatch: introduce constants for the parse statesAaron Conole2018-04-011-6/+11
* checkpatch: Avoid warnings for /* or */.Ben Pfaff2018-03-311-2/+3
* checkpatch.py: Fix Python style.Ben Pfaff2018-01-261-0/+3
* checkpatch.py: Add check for "xxx" in comments.Justin Pettit2018-01-251-0/+16
* checkpatch: Reset line counter.Ilya Maximets2017-10-101-1/+2
* checkpatch: Enforce bracing around conditionals.Joe Stringer2017-08-211-0/+6
* checkpatch: Check for trailing operators.Joe Stringer2017-08-091-1/+13