Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
exclude rbenv and jenv local config from license check
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro committed Jan 14, 2021
1 parent 9a0f316 commit beb9ebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
<exclude>**/components/staticFeeds/keyvalue/**</exclude>
<exclude>**/docs/_site/**</exclude>
<exclude>**/docs/bower_components/**</exclude>
<exclude>**/docs/.ruby-version</exclude>
<exclude>**/*.json</exclude>
<exclude>**/*.lock</exclude>
<exclude>**/docs/**/*.scss</exclude>
Expand All @@ -469,6 +470,7 @@
<exclude>**/components/js/*.min.js.map</exclude>
<exclude>.gitignore</exclude>
<exclude>.npmrc</exclude>
<exclude>.java-version</exclude>
</excludes>
<mapping>
<less>JAVADOC_STYLE</less>
Expand Down

0 comments on commit beb9ebf

Please sign in to comment.