summaryrefslogtreecommitdiff
path: root/utilities/checkpatch.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-1/+0
* 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
* checkpatch: Fix matching on C filenames.Joe Stringer2017-08-091-4/+4
* checkpatch: Check for infix operator whitespace.Joe Stringer2017-08-091-0/+19
* checkpatch: Print commit hashes and names.Ilya Maximets2017-07-261-2/+7
* checkpatch: Allow checking more than one file.Ilya Maximets2017-07-261-5/+10
* checkpatch: Print results while checking HEAD and stdin.Ilya Maximets2017-07-261-8/+25
* checkpatch: Don't allow Gerrit Change-Ids.Ilya Maximets2017-07-261-0/+6
* checkpatch: Suggest ovs_assert() to author.Bhanuprakash Bodireddy2017-07-121-0/+1
* checkpatch: Use default encoding from email library.Joe Stringer2017-07-061-2/+2
* checkpatch: Fix skipping of the most recent commit.Ilya Maximets2017-06-151-1/+1
* checkpatch: Support checking recent commits in the current repo.Ben Pfaff2017-06-141-16/+49
* checkpatch: Also allow .at files to have leading tabs.Ben Pfaff2017-06-081-2/+8