Skip to content

Commit

Permalink
Merge pull request #484 from 2pk03/main
Browse files Browse the repository at this point in the history
Update check-license.sh
  • Loading branch information
zkaoudi authored Nov 18, 2024
2 parents 27ff08a + e0acba4 commit ec2caba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ header:
- '**/.rat-excludes'
- 'python/**/*.input'
- '**/README.md'
- '**/docs/**'
- '/docs/'

comment: on-failure
3 changes: 2 additions & 1 deletion build/check-license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ rat_opts+=("-e" "^.*.properties")
rat_opts+=("-e" "Gemfile.lock")
rat_opts+=("-e" ".gitignore")
rat_opts+=("-e" ".gitmodules")
rat_opts+=("-e" "/docs")
rat_opts+=("-e" ".rat-excludes")


Expand All @@ -61,4 +62,4 @@ if [[ ! -z "$RAT_EXCLUSION" ]]; then
fi

# execute the validation using rat
java "${rat_opts[@]}" 2>&1 | grep "== File:"
java "${rat_opts[@]}" 2>&1 | grep "== File:"

0 comments on commit ec2caba

Please sign in to comment.