@@ -22,44 +22,20 @@ repos:
2222 - id : trailing-whitespace
2323 name : Fix trailing whitespace
2424 types : [ text ]
25- # TODO: fix these files
2625 exclude :
2726 glob :
28- - lucene/demo/src/test/org/apache/lucene/demo/test-files/docs/*.txt
29- - lucene/analysis/common/src/resources/org/apache/lucene/analysis/**/stopwords.txt
3027 - lucene/analysis/common/src/java/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.java
31- - lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/checkcompoundrep.aff
3228
3329 - id : end-of-file-fixer
3430 name : Fix newline at EOF
35- # TODO: fix these files
3631 exclude :
3732 glob :
38- - .dir-locals.el
39- - .github/actionlint.yaml
40- - dev-tools/scripts/README.md
41- - gradle/documentation/render-javadoc/custom_styles.css
42- - help/*.txt
43- - LICENSE.txt
44- - lucene/analysis/common/src/java/org/apache/lucene/analysis/email/ASCIITLD.jflex
45- - lucene/analysis/common/src/resources/org/apache/lucene/analysis/bn/stopwords.txt
46- - lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/*.txt
47- - lucene/analysis/common/src/test/org/apache/lucene/analysis/charfilter/*.htm
48- - lucene/analysis/common/src/test/org/apache/lucene/analysis/email/*.{txt,html}
49- - lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/*.{aff,dic}
50- - lucene/analysis/common/src/test/org/apache/lucene/analysis/no/*.txt
51- - lucene/analysis/common/src/test/org/apache/lucene/analysis/synonym/synonyms.txt
52- - lucene/analysis/icu/src/data/utr30/*.txt
53- - lucene/analysis/icu/src/test/org/apache/lucene/analysis/icu/segmentation/*.rbbi
54- - lucene/benchmark/conf/*.alg
55- - lucene/demo/src/test/org/apache/lucene/demo/test-files/docs/*.txt
56- - lucene/distribution/src/binary-release/README.md
57- - lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/CambridgeMA.utf8
58- - lucene/licenses/*.txt
59- - lucene/misc/src/java/org/apache/lucene/misc/doc-files/*.svg
60- - lucene/test-framework/src/resources/org/apache/lucene/tests/index/LICENSE.txt
61- - lucene/queryparser/src/java/org/apache/lucene/queryparser/surround/parser/QueryParser.jj
33+ # generated file
6234 - versions.lock
35+ # generated file
36+ - lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/*_stop.txt
37+ # TODO: do this one later with more free RAM
38+ - lucene/analysis/common/src/java/org/apache/lucene/analysis/email/ASCIITLD.jflex
6339
6440 - id : fix-byte-order-marker
6541 name : Fix UTF-8 byte order marker
0 commit comments