Skip to content

Commit e1c2879

Browse files
committed
Correct code_checks.sh.
1 parent ec59485 commit e1c2879

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/code_checks.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
490490
-i "pandas.tseries.offsets.Easter.is_on_offset GL08" \
491491
-i "pandas.tseries.offsets.Easter.n GL08" \
492492
-i "pandas.tseries.offsets.Easter.normalize GL08" \
493-
-i "pandas.tseries.offsets.Easter.rule_code GL08" \
494493
-i "pandas.tseries.offsets.FY5253.get_rule_code_suffix GL08" \
495494
-i "pandas.tseries.offsets.FY5253.get_year_end GL08" \
496495
-i "pandas.tseries.offsets.FY5253.is_on_offset GL08" \
@@ -535,9 +534,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
535534
-i "pandas.tseries.offsets.MonthEnd.is_on_offset GL08" \
536535
-i "pandas.tseries.offsets.MonthEnd.n GL08" \
537536
-i "pandas.tseries.offsets.MonthEnd.normalize GL08" \
538-
-i "pandas.tseries.offsets.Nano PR02" \
539537
-i "pandas.tseries.offsets.Nano.is_on_offset GL08" \
540538
-i "pandas.tseries.offsets.Nano.normalize GL08" \
539+
-i "pandas.tseries.offsets.Nano.n GL08" \
541540
-i "pandas.tseries.offsets.QuarterBegin.is_on_offset GL08" \
542541
-i "pandas.tseries.offsets.QuarterBegin.n GL08" \
543542
-i "pandas.tseries.offsets.QuarterBegin.normalize GL08" \
@@ -551,6 +550,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
551550
-i "pandas.tseries.offsets.Second.is_on_offset GL08" \
552551
-i "pandas.tseries.offsets.Second.n GL08" \
553552
-i "pandas.tseries.offsets.Second.normalize GL08" \
553+
-i "pandas.tseries.offsets.SemiMonthBegin SA01" \
554554
-i "pandas.tseries.offsets.SemiMonthBegin.day_of_month GL08" \
555555
-i "pandas.tseries.offsets.SemiMonthBegin.is_on_offset GL08" \
556556
-i "pandas.tseries.offsets.SemiMonthBegin.n GL08" \
@@ -570,6 +570,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
570570
-i "pandas.tseries.offsets.Week.n GL08" \
571571
-i "pandas.tseries.offsets.Week.normalize GL08" \
572572
-i "pandas.tseries.offsets.Week.weekday GL08" \
573+
-i "pandas.tseries.offsets.WeekOfMonth SA01" \
573574
-i "pandas.tseries.offsets.WeekOfMonth.is_on_offset GL08" \
574575
-i "pandas.tseries.offsets.WeekOfMonth.n GL08" \
575576
-i "pandas.tseries.offsets.WeekOfMonth.normalize GL08" \

0 commit comments

Comments
 (0)