Skip to content
Snippets Groups Projects
Unverified Commit c31e4ac7 authored by Marcin Ślusarz's avatar Marcin Ślusarz Committed by GitHub
Browse files

Merge pull request #3664 from Greg091/fix-check-commit-script

common: remove cto from the list of valid area names in a commit message
parents 955edbf3 fda02f87
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ else
fi
# valid area names
AREAS="pmem\|rpmem\|log\|blk\|obj\|pool\|test\|benchmark\|examples\|vmem\|vmmalloc\|jemalloc\|doc\|common\|cto\|daxio\|pmreorder"
AREAS="pmem\|rpmem\|log\|blk\|obj\|pool\|test\|benchmark\|examples\|vmem\|vmmalloc\|jemalloc\|doc\|common\|daxio\|pmreorder"
# Check commit message
for commit in $commits; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment