mirror of https://github.com/apache/lucene.git
also check .py, .xml for nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619617 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
277136452a
commit
271af418c5
|
@ -80,6 +80,8 @@
|
|||
<pathconvert pathsep="${line.separator}" dirsep="/" property="validate.patternsFound" setonempty="false">
|
||||
<fileset dir="${validate.currDir}">
|
||||
<include name="**/*.java"/>
|
||||
<include name="**/*.py"/>
|
||||
<include name="**/*.xml"/>
|
||||
<exclude name="**/backwards/**"/>
|
||||
<or>
|
||||
<containsregexp expression="@author\b" casesensitive="yes"/>
|
||||
|
|
Loading…
Reference in New Issue