summaryrefslogtreecommitdiff
path: root/contrib/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: discourage use of API that uses numeric source IDsThomas Haller2021-06-281-0/+1
* checkpatch: warn about uses of strcmp()/g_strcmp0()Thomas Haller2021-04-261-0/+1
* checkpatch: update check for SPDX license identifier tagThomas Haller2021-01-051-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* checkpatch: ignore warning about g_assert*() also for files like "shared/nm-u...Thomas Haller2020-10-221-1/+1
* contrib/checkpatch: complain about patch format with "Reverts:" tagThomas Haller2020-10-091-1/+1
* checkpatch.pl: adjust checking for indentation/tabsThomas Haller2020-09-281-14/+2
* checkpatch: catch "gs_free GError *" declationsThomas Haller2019-12-161-0/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+2
* contrib/checkpatch: fix the systemd code pathlr/licensingLubomir Rintel2019-09-101-1/+1
* contrib/checkpatch: check for SPDX tagsLubomir Rintel2019-09-101-1/+8
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* dhcp: add nettools dhcp4 clientTom Gundersen2019-07-051-1/+1
* contrib/checkpatch: allow empty lines within continuationsLubomir Rintel2019-06-251-1/+1
* contrib/checkpatch: be a bit stricter about whitespaceLubomir Rintel2019-06-251-1/+1
* contrib/checkpatch: discourage g_assert*()Lubomir Rintel2019-06-251-0/+1
* contrib/checkpatch: properly determine the commit id boundaryLubomir Rintel2019-05-201-1/+1
* contrib/checkpatch: avoid command injection in checkpatch.pl scriptThomas Haller2019-03-181-5/+11
* contrib/checkpatch: check that we refer to commits properlyLubomir Rintel2019-03-071-3/+33
* checkpatch: warn if there is a file "TODO.txt"Thomas Haller2018-12-301-3/+17
* checkpatch: warn about suspicious gtk-doc annotationsThomas Haller2018-12-301-0/+1
* checkpatch: complain about XXX markers in codeThomas Haller2018-10-251-0/+1
* checkpatch: add "contrib/scripts/checkpatch-feature-branch.sh" scriptThomas Haller2018-10-221-0/+8
* checkpatch: complain about Emacs file variables in source codeThomas Haller2018-10-181-0/+1
* contrib/checkpatch: remove the first character off a diffLubomir Rintel2018-10-071-1/+1
* contrib/checkpatch: check some more whitespace troubleLubomir Rintel2018-10-071-1/+9
* contrib/checkpatch: correctly separate indentation across hunksLubomir Rintel2018-10-071-6/+6
* checkpatch: detect some whitespace errorsLubomir Rintel2018-09-241-0/+6
* checkpatch.pl: complain about space in elvis operator ?:Thomas Haller2018-08-091-0/+1
* checkpatch: fix perldoc headingJavier Arteaga2018-07-121-1/+1
* checkpatch: skip foreign codeLubomir Rintel2018-07-111-0/+4
* checkpatch: add a licensing hintLubomir Rintel2018-07-111-0/+1
* checkpatch: reset line counter on next fileLubomir Rintel2018-07-111-0/+1
* checkpatch: check against using "unsigned int" and "$INT_TYPE unsigned|signed"Thomas Haller2018-07-111-0/+2
* checkpatch: skip over generated files from glib-mkenumsThomas Haller2018-07-111-0/+1
* checkpatch: warn about non-leading tabsThomas Haller2018-07-111-1/+1
* checkpatch: warn about using glib typedefs like gchar or gintThomas Haller2018-07-111-0/+1
* contrib/checkpatch: print the actual source name instead of patch nameLubomir Rintel2018-07-101-10/+16
* contrib: add checkpatch.plLubomir Rintel2018-07-101-0/+224