Skip to content

Commit 09de96d

Browse files
committed
DOC: Add 'GL04', 'GL05' to 'ci/code_checks' (pandas-dev#26981)
1 parent 23e6d6d commit 09de96d

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
@@ -256,8 +256,8 @@ fi
256256
### DOCSTRINGS ###
257257
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
258258

259-
MSG='Validate docstrings (GL03, GL06, GL07, GL09, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT01, RT04, RT05, SA05)' ; echo $MSG
260-
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL03,GL06,GL07,GL09,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT01,RT04,RT05,SA05
259+
MSG='Validate docstrings (GL03, GL04, GL05, GL06, GL07, GL09, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT01, RT04, RT05, SA05)' ; echo $MSG
260+
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL03,GL04,GL05,GL06,GL07,GL09,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT01,RT04,RT05,SA05
261261
RET=$(($RET + $?)) ; echo $MSG "DONE"
262262

263263
fi

0 commit comments

Comments
 (0)