Skip to content

Commit e89dd75

Browse files
Saad259RayBB
andauthored
Enable end-of-file-fixer for more file types in pre-commit (#12331)
Co-authored-by: RayBB <RayBB@users.noreply.github.com>
1 parent 4927938 commit e89dd75

112 files changed

Lines changed: 72 additions & 117 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/issue_refinement.lock.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-yaml
1919
- id: detect-private-key
2020
- id: end-of-file-fixer
21-
types_or: [python]
21+
exclude: ^.*\.(po|pot|type|svg|ini|mr|mrc)$
2222
- id: mixed-line-ending
2323
args:
2424
- --fix=lf

.stylelintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ vendor/
99
static/build/
1010
static/css/lib/
1111
static/css/tokens.css
12-
static/css/tokens/
12+
static/css/tokens/

conf/solr/conf/lang/stopwords_de.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,3 @@ zum | zu + dem
291291
zur | zu + der
292292
zwar | indeed
293293
zwischen | between
294-

conf/solr/conf/lang/stopwords_es.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,3 @@ tenida
353353
tenidos
354354
tenidas
355355
tened
356-

conf/solr/conf/lang/stopwords_fi.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ kun | when
9494
niin | so
9595
nyt | now
9696
itse | self
97-

conf/solr/conf/lang/stopwords_fr.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,3 @@ quelle | which
183183
quelles | which
184184
sans | without
185185
soi | oneself
186-

conf/solr/conf/lang/stopwords_no.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,3 @@ verte | become *
191191
vort | become *
192192
varte | became *
193193
vart | became *
194-

conf/solr/conf/lang/stopwords_ru.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,3 @@
240240
| можн
241241
| нужн
242242
| нельзя
243-

conf/solr/conf/lang/stopwords_sv.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ våra | our
130130
ert | your
131131
era | your
132132
vilkas | whose
133-

0 commit comments

Comments
 (0)