Skip to content

Commit e9e8779

Browse files
committed
Updated code_checks.sh
1 parent 74a6898 commit e9e8779

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
@@ -229,7 +229,7 @@ fi
229229
### DOCSTRINGS ###
230230
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
231231

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

0 commit comments

Comments
 (0)