Skip to content

Commit

Permalink
gitattributes: Disable linguist detection for tools/tidy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 5, 2025
1 parent 024f17d commit 2ecd30b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text=auto eol=lf
tools/tidy.sh linguist-detectable=false
.github/.cspell/rust-dependencies.txt linguist-generated
7 changes: 4 additions & 3 deletions tools/tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ cd -- "$(dirname -- "$0")"/..
# - clang-format (if C/C++/Protobuf code exists)
# - parse-dockerfile <https://github.com/taiki-e/parse-dockerfile> (if Dockerfile exists)
#
# This script is shared with other repositories, so there may also be
# checks for files not included in this repository, but they will be
# skipped if the corresponding files do not exist.
# This script is shared by projects under github.com/taiki-e, so there may also
# be checks for files not included in this repository, but they will be skipped
# if the corresponding files do not exist.
# It is not intended for manual editing.

retry() {
for i in {1..10}; do
Expand Down

0 comments on commit 2ecd30b

Please sign in to comment.