Skip to content

Commit 16f83c9

Browse files
authored
build: remove executable permissions from non-executable java files (#15648)
These files are all marked executable but have no shebang: remove the executable bit from the git repository.
1 parent 43792b9 commit 16f83c9

Some content is hidden

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

41 files changed

+0
-7
lines changed

.pre-commit-config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ repos:
7676
- id: check-executables-have-shebangs
7777
name: Check that (non-binary) executables have a shebang
7878
priority: 0
79-
exclude:
80-
glob:
81-
# TODO: fix these permissions
82-
- lucene/analysis/common/**/*.java
83-
- lucene/codecs/**/*.java
84-
- lucene/queries/**/*.java
85-
- lucene/spatial3d/**/*.java
8679

8780
- repo: local
8881
hooks:

lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/DateRecognizerFilterFactory.java

100755100644
File mode changed.

lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestDateRecognizerFilterFactory.java

100755100644
File mode changed.

lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/sharedterms/STBlockLine.java

100755100644
File mode changed.

lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/sharedterms/STUniformSplitTerms.java

100755100644
File mode changed.

lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/sharedterms/STUniformSplitTermsWriter.java

100755100644
File mode changed.

lucene/queries/src/java/org/apache/lucene/queries/payloads/PayloadMatcher.java

100755100644
File mode changed.

lucene/queries/src/java/org/apache/lucene/queries/payloads/PayloadMatcherFactory.java

100755100644
File mode changed.

lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/Bounds.java

100755100644
File mode changed.

lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoArea.java

100755100644
File mode changed.

0 commit comments

Comments
 (0)