Skip to content

chore: exclude changelog and lockfiles from cubic reviews - #1080

Merged
lfnovo merged 1 commit into
mainfrom
chore/cubic-ignore-noise-files
Jul 11, 2026
Merged

chore: exclude changelog and lockfiles from cubic reviews#1080
lfnovo merged 1 commit into
mainfrom
chore/cubic-ignore-noise-files

Conversation

@lfnovo

@lfnovo lfnovo commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Why

We hit 99% of cubic's monthly reviewed-line quota. The biggest waste: every PR touches CHANGELOG.md (and rebases trigger incremental re-reviews of it), and lockfiles occasionally ride along in dependency bumps.

What

Adds reviews.ignore.files to cubic.yaml (per the repository config schema) so cubic skips:

  • CHANGELOG.md
  • uv.lock
  • frontend/package-lock.json

Everything else in the config (custom agents, ultrareview patterns) is untouched.

Why it's safe

None of these files carry reviewable logic: changelog entries are prose, and the lockfiles are generated artifacts. The source manifests (pyproject.toml, frontend/package.json) remain reviewed.

Review in cubic

@lfnovo
lfnovo merged commit e81b67b into main Jul 11, 2026
12 checks passed
@lfnovo
lfnovo deleted the chore/cubic-ignore-noise-files branch September 2, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant