NOISSUE - Fix license header check

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dusan Borovcanin
2025-04-01 13:37:10 +02:00
parent 1d3515e667
commit 0b19ac9f65
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Check License Header
run: |
CHECK=""
for file in $(grep -rl --exclude-dir={.git,build,**vernemq**} \
for file in $(grep -rl --exclude-dir={.git,build,**vernemq**,coverage} \
--exclude=\*.{crt,key,pem,zed,hcl,md,json,csv,mod,sum,tmpl,args} \
--exclude={CODEOWNERS,LICENSE,MAINTAINERS,enabled_plugins,rabbitmq.conf} \
.); do