You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect workflows whose on.schedule carries redundant cron triggers: 2+ entries on the same day-of-week field, or a daily `* * *` entry strictly covering a day-specific entry at the same HH:MM. Adds scan_/check_ functions, facade defdelegate, tests, and changelog entries.
Verified at source (Elixir 1.14 locally): mix-format clean, isolated compile with zero warnings, and real-module oracles from hypatia#331 (tests.yml subset, verify-proofs.yml three-Monday, security-policy.yml negative).
Closes#362https://claude.ai/code/session_01J8oLNn6MjKDRRUF65e2jLf
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ this project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
21
21
### Added
22
22
23
+
- feat(rules): CicdRules `duplicate_cron_schedule` — flag workflows with redundant cron entries on the same day-of-week / daily-subset (#362)
23
24
- feat(rules): CicdRules `scorecard_wrapper_missing_job_permissions` — flag scorecard.yml wrappers that call the standards reusable but omit `security-events: write` on the calling job (#390)
0 commit comments