mirror of
https://github.com/traefik/traefik
synced 2026-02-03 10:00:33 +00:00
Merge branch v2.5 into master
This commit is contained in:
@@ -7,7 +7,7 @@ while IFS='' read -r line; do files+=("$line"); done < <(git ls-files "${SCRIPT_
|
||||
errors=()
|
||||
for f in "${files[@]}"; do
|
||||
# we use source text here so we also check spelling of variable names
|
||||
failedSpell=$(misspell -source=text "$f")
|
||||
failedSpell=$(misspell -source=text -i "internetbs" "$f")
|
||||
if [ "$failedSpell" ]; then
|
||||
errors+=( "$failedSpell" )
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user