Skip to content

Commit

Permalink
hack/addheaders.sh: add images folder to header check
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Sep 6, 2024
1 parent 5a7cb58 commit 6ffc617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/addheaders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if ! hash addlicense 2>/dev/null; then
fi

# shellcheck disable=SC2035
addlicense -c "Apache Software Foundation (ASF)" -l=apache -ignore=test/samples/*.yaml -ignore=container-builder/examples/**/*.yaml hack api bddframework controllers utils test testbdd container-builder workflowproj
addlicense -c "Apache Software Foundation (ASF)" -l=apache -ignore=test/samples/*.yaml -ignore=container-builder/examples/**/*.yaml images hack api bddframework controllers utils test testbdd container-builder workflowproj

0 comments on commit 6ffc617

Please sign in to comment.