Skip to content

Commit 7f35d9e

Browse files
datapythonistaPingviinituutti
authored andcommitted
CLN: Linting tailing whitespaces, and fixing remaining cases (pandas-dev#24286)
1 parent 3d85605 commit 7f35d9e

File tree

13 files changed

+2342
-2341
lines changed

13 files changed

+2342
-2341
lines changed

ci/code_checks.sh

+3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
148148
invgrep -R --exclude=*.pyc --exclude=testing.py --exclude=test_testing.py assert_raises_regex pandas
149149
RET=$(($RET + $?)) ; echo $MSG "DONE"
150150

151+
MSG='Check that no file in the repo contains tailing whitespaces' ; echo $MSG
152+
invgrep --exclude="*.svg" -RI "\s$" *
153+
RET=$(($RET + $?)) ; echo $MSG "DONE"
151154
fi
152155

153156
### CODE ###

0 commit comments

Comments
 (0)