Sign in
fuchsia
/
third_party
/
curl
/
upstream/master
/
.
/
.github
/
scripts
/
typos.sh
blob: 76735c1d9fc8151a7886612ff802d03a6ef14e82 [
file
]
#!/bin/sh
# Copyright (C) Viktor Szakats
#
# SPDX-License-Identifier: curl
set
-
eu
cd
"$(dirname "
$
{
0
}
")"
/../..
git ls
-
files
|
typos \
--
isolated \
--
force
-
exclude \
--
config
'.github/scripts/typos.toml'
\
--
file
-
list
-