Skip to content

Commit 204a5d5

Browse files
ChiefMilesEdgeworthNico Cernek
authored and
Nico Cernek
committed
TST: Added SA01, SA02, and SA03 error checks to the Travis CI Build (pandas-dev#28789)
1 parent 6344bb8 commit 204a5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/code_checks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ fi
275275
### DOCSTRINGS ###
276276
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
277277

278-
MSG='Validate docstrings (GL03, GL04, GL05, GL06, GL07, GL09, GL10, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT01, RT04, RT05, SA05)' ; echo $MSG
279-
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL03,GL04,GL05,GL06,GL07,GL09,GL10,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT01,RT04,RT05,SA05
278+
MSG='Validate docstrings (GL03, GL04, GL05, GL06, GL07, GL09, GL10, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT01, RT04, RT05, SA01, SA02, SA03, SA05)' ; echo $MSG
279+
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL03,GL04,GL05,GL06,GL07,GL09,GL10,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT01,RT04,RT05,SA01,SA02,SA03,SA05
280280
RET=$(($RET + $?)) ; echo $MSG "DONE"
281281

282282
fi

0 commit comments

Comments
 (0)