This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 65293b79682847cf3b4e565353162594e8d1490d Author: Lee Rhodes <[email protected]> AuthorDate: Fri Jan 29 14:54:02 2021 -0800 update rat checks --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8002ea..566c0d7 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ under the License. <excludes> <!-- rat uses .gitignore for excludes by default --> <exclude>**/*.yaml</exclude> - <exclude>***/*.yml</exclude> + <exclude>**/*.yml</exclude> <exclude>**/test/resources/**/*.txt</exclude> <exclude>LICENSE</exclude> <exclude>NOTICE</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
