Skip to content

Commit

Permalink
Added .sh files in the patterns to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilSharmaWe committed May 15, 2022
1 parent e766b2c commit 195bcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/check-docs-only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ DOC_PATTERNS=(
"(OWNERS_ALIASES)"
"(LICENSE)"
"(docs/)"
"(\.sh)"
)

if ! git diff --name-only $1 | grep -qvE "$(IFS="|"; echo "${DOC_PATTERNS[*]}")"; then
Expand Down

0 comments on commit 195bcd7

Please sign in to comment.