Skip to content

Commit 25e7503

Browse files
committed
update code_checks.sh
1 parent ba4f001 commit 25e7503

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci/code_checks.sh

-8
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,8 @@ fi
241241
### DOCSTRINGS ###
242242
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
243243

244-
<<<<<<< HEAD
245244
MSG='Validate docstrings (GL06, GL07, GL09, SS04, SS05, PR03, PR05, EX04, RT04, RT05, SA05)' ; echo $MSG
246245
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,SS05,PR03,PR05,EX04,RT04,RT05,SA05
247-
||||||| merged common ancestors
248-
MSG='Validate docstrings (GL06, GL07, GL09, SS04, PR03, PR05, EX04, RT04, SS05, SA05)' ; echo $MSG
249-
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,PR03,PR05,EX04,RT04,SS05,SA05
250-
=======
251-
MSG='Validate docstrings (GL06, GL07, GL09, SS04, PR03, PR05, PR10, EX04, RT04, SS05, SA05)' ; echo $MSG
252-
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,PR03,PR05,EX04,RT04,SS05,SA05
253-
>>>>>>> upstream/master
254246
RET=$(($RET + $?)) ; echo $MSG "DONE"
255247

256248
fi

0 commit comments

Comments
 (0)