Skip to content
Snippets Groups Projects
Commit 6f8fd1d6 authored by Martine Lenders's avatar Martine Lenders
Browse files

doccheck: exclude dist/tools directory from group check

parent 239b3dfe
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ then ...@@ -32,7 +32,7 @@ then
fi fi
exclude_filter() { exclude_filter() {
grep -v -e vendor -e examples -e tests grep -v -e vendor -e examples -e tests -e "\<dist/tools\>"
} }
# Check all groups are defined # Check all groups are defined
......
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