Skip to content

Commit d8d1407

Browse files
Add whatsnew and ss02 to test
1 parent adbae0a commit d8d1407

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/code_checks.sh

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

264264
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
265-
$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
265+
$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
266266
RET=$(($RET + $?)) ; echo $MSG "DONE"
267267

268268
MSG='Validate correct capitalization among titles in documentation' ; echo $MSG

doc/source/whatsnew/v1.2.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ level-by-level basis.
207207

208208
Other enhancements
209209
^^^^^^^^^^^^^^^^^^
210+
- Added SS02 check to ``code_checks.sh``. This will add a check in CI to make sure summary in docstrings begins with capital letter. (:issue:`25113`)
210211
- Added ``day_of_week``(compatibility alias ``dayofweek``) property to ``Timestamp``, ``DatetimeIndex``, ``Period``, ``PeriodIndex`` (:issue:`9605`)
211212
- Added ``day_of_year`` (compatibility alias ``dayofyear``) property to ``Timestamp``, ``DatetimeIndex``, ``Period``, ``PeriodIndex`` (:issue:`9605`)
212213
- Added :meth:`~DataFrame.set_flags` for setting table-wide flags on a ``Series`` or ``DataFrame`` (:issue:`28394`)

0 commit comments

Comments
 (0)