diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-23 10:54:51 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-23 10:54:51 +0900 |
| commit | d0e07b5fdb1cdbe3c6d045fe629d597ffc03ef21 (patch) | |
| tree | 2b3cb0ac4fa9454954ff655304924dbdd5718696 /scripts/ci | |
| parent | 388bcb15e83af2e2eb1d9d5b9b20c66b05b7d8ef (diff) | |
| parent | 7d2a2e10b3c82b660d3b4e6a6bd6df9a6e491b99 (diff) | |
| download | mruby-d0e07b5fdb1cdbe3c6d045fe629d597ffc03ef21.tar.gz mruby-d0e07b5fdb1cdbe3c6d045fe629d597ffc03ef21.zip | |
Merge pull request #5492 from jbampton/add-file-contents-sorter-pre-commit
Add official pre-commit file-contents-sorter
Diffstat (limited to 'scripts/ci')
| -rwxr-xr-x | scripts/ci/pre-commit/sort-codespell-wordlist.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/ci/pre-commit/sort-codespell-wordlist.sh b/scripts/ci/pre-commit/sort-codespell-wordlist.sh deleted file mode 100755 index e5250f0a9..000000000 --- a/scripts/ci/pre-commit/sort-codespell-wordlist.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -CODESPELL_WORDLIST="codespell.txt" -temp_file=$(mktemp) -sort <"${CODESPELL_WORDLIST}" | uniq >"${temp_file}" -cat "${temp_file}" >"${CODESPELL_WORDLIST}" -rm "${temp_file}" |
