Skip to content

Commit 42b6d0b

Browse files
CLN: Add SS02 check to code_checks.sh (#25113)
1 parent 646f726 commit 42b6d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ fi
261261
### DOCSTRINGS ###
262262
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
263263

264-
MSG='Validate docstrings (GL03, GL04, GL05, GL06, GL07, GL09, GL10, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT01, RT04, RT05, SA02, SA03)' ; echo $MSG
264+
MSG='Validate docstrings (GL03, GL04, GL05, GL06, GL07, GL09, GL10, SS02, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT01, RT04, RT05, SA02, SA03)' ; echo $MSG
265265
$BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=GL03,GL04,GL05,GL06,GL07,GL09,GL10,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT01,RT04,RT05,SA02,SA03
266266
RET=$(($RET + $?)) ; echo $MSG "DONE"
267267

0 commit comments

Comments
 (0)