summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/checkstyle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/checkstyle.py b/utils/checkstyle.py
index fb03dc34..52cf770c 100755
--- a/utils/checkstyle.py
+++ b/utils/checkstyle.py
@@ -478,6 +478,7 @@ class TrailersChecker(CommitChecker):
'Signed-off-by': email_regex,
'Suggested-by': email_regex,
'Tested-by': email_regex,
+ 'Co-developed-by': email_regex,
}
trailer_regex = re.compile(r'([A-Z][a-zA-Z-]*)\s*:\s*(.*)')