Skip to content

Commit 8386a2b

Browse files
committed
gitattributes: Disable linguist detection for tools/tidy.sh
1 parent 58272cb commit 8386a2b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* text=auto eol=lf
2+
tools/tidy.sh linguist-detectable=false
23
.github/.cspell/rust-dependencies.txt linguist-generated

tools/tidy.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ cd -- "$(dirname -- "$0")"/..
2121
# - clang-format (if C/C++/Protobuf code exists)
2222
# - parse-dockerfile <https://github.com/taiki-e/parse-dockerfile> (if Dockerfile exists)
2323
#
24-
# This script is shared with other repositories, so there may also be
25-
# checks for files not included in this repository, but they will be
26-
# skipped if the corresponding files do not exist.
24+
# This script is shared by projects under github.com/taiki-e, so there may also
25+
# be checks for files not included in this repository, but they will be skipped
26+
# if the corresponding files do not exist.
27+
# It is not intended for manual editing.
2728

2829
retry() {
2930
for i in {1..10}; do

0 commit comments

Comments
 (0)