uschindler commented on pull request #1830:
URL: https://github.com/apache/lucene-solr/pull/1830#issuecomment-688516919


   Hi,
   
   this now passes build, but speed is on my laptop (Windows 10) only sligthly 
faster: 32s before, 24s with this PR (including configuration and without 
gradle daemon).
   
   Another approach to fix this would be to only put some dirs on the include 
list (like `src/**`) and don't have so many excludes. The reason why it's the 
other way round ("scan everything, except..."): The original Ant task was setup 
like this to just scan all text files and source files splattered around in the 
ant build for invalid source patterns. It should detect any violation, anywhere 
(in build files, xml files, source code, resources,... everywhere). So the idea 
is to scan as much as possible and put outliers on a exclude list.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to