You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/09/07 21:53:24 UTC

[lucene-solr] branch branch_8x updated: Also scan *.md files

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 88be414  Also scan *.md files
88be414 is described below

commit 88be414a8ab14dec6550f10d6c83a9e8703f55dd
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Sep 7 23:53:12 2020 +0200

    Also scan *.md files
---
 lucene/tools/src/groovy/check-source-patterns.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/tools/src/groovy/check-source-patterns.groovy b/lucene/tools/src/groovy/check-source-patterns.groovy
index 4688584..2f80815 100644
--- a/lucene/tools/src/groovy/check-source-patterns.groovy
+++ b/lucene/tools/src/groovy/check-source-patterns.groovy
@@ -30,7 +30,7 @@ def extensions = [
   'java', 'jflex', 'py', 'pl', 'g4', 'jj', 'html', 'js',
   'css', 'xml', 'xsl', 'vm', 'sh', 'cmd', 'bat', 'policy',
   'properties', 'mdtext', 'groovy',
-  'template', 'adoc', 'json',
+  'template', 'adoc', 'json', 'md'
 ];
 def invalidPatterns = [
   (~$/@author\b/$) : '@author javadoc tag',