Skip to content

feat: add 156 common imperative verbs to imperatives list#414

Merged
shenxianpeng merged 1 commit into
mainfrom
feature/add-more-verbs
May 16, 2026
Merged

feat: add 156 common imperative verbs to imperatives list#414
shenxianpeng merged 1 commit into
mainfrom
feature/add-more-verbs

Conversation

@shenxianpeng
Copy link
Copy Markdown
Member

Summary

Adds 156 frequently-used imperative verbs that were missing from the IMPERATIVES set. Total verbs: 234 → 390.

This was prompted by subject_imperative check failing on common verbs like block and improve.

New verbs by category

Category Verbs
Auth/security grant, revoke, restrict, encrypt, decrypt, sanitize
Data ops batch, broadcast, compress, decompress, duplicate, marshal, unmarshal, randomize, shuffle, sort, slice, zip, consume
Lifecycle abort, suspend, resume, terminate, pause, discard, dispose, evolve, withdraw
I/O & networking attach, detach, bind, unbind, mount, disconnect, reconnect, dispatch, pipe, ping, route, flush, purge, prune, fold
Debug/observability debug, trace, track, measure, infer, highlight, notify, warn, inform
UI/UX hide, toggle, switch, outline, mask, separate
Engineering migrate, integrate, isolate, inject, schedule, throttle, document, rebase, squash, reformat, redirect, relocate, replay
General absorb, compose, embed, expose, exclude, ignore, skip, halt, hash, link, locate, lock, unlock, maximize, minimize, mirror, name, navigate, offset, omit, parameterize, prefix, rank, reassign, rebuild, recall, receive, recommend, reconcile, recover, reduce, reject, relate, release, reorder, repeat, retry, reuse, rewrite, setup, spawn, spread, standardize, substitute, suggest, suppress, throw, transfer, trigger, trim, tune, unpack, unwrap, unwind, unsubscribe, warm, wire

Verification

All 369 tests pass:

369 passed in 5.01s

Add frequently-used verbs that were missing from the imperatives set,
including 'block' and 'improve' as requested. Total verbs: 234 → 390.

New verbs organized by category:
- Auth/security: grant, revoke, restrict, encrypt, decrypt, sanitize
- Data ops: batch, broadcast, compress, duplicate, marshal, shuffle, sort
- Lifecycle: abort, suspend, resume, terminate, pause, discard, dispose
- I/O & networking: attach, detach, bind, mount, disconnect, route, flush
- Debug/observability: debug, trace, track, measure, infer, notify, warn
- UI/UX: hide, toggle, switch, mask, outline
- Engineering: migrate, integrate, isolate, inject, schedule, throttle,
  document, rebase, squash, reformat, redirect, relocate
- General: compose, embed, expose, exclude, ignore, skip, lock, minimize,
  maximize, navigate, reconcile, retry, reuse, rewrite, setup, spawn
@shenxianpeng shenxianpeng requested a review from a team as a code owner May 16, 2026 00:03
@netlify
Copy link
Copy Markdown

netlify Bot commented May 16, 2026

Deploy Preview for commit-check ready!

Name Link
🔨 Latest commit 4ce1691
🔍 Latest deploy log https://app.netlify.com/projects/commit-check/deploys/6a07b449abcfe700085352fe
😎 Deploy Preview https://deploy-preview-414--commit-check.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 16, 2026

Warning

Rate limit exceeded

@shenxianpeng has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 49 minutes and 53 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7513f36e-b182-4c1a-8d86-d344a18a417c

📥 Commits

Reviewing files that changed from the base of the PR and between 284c6df and 4ce1691.

📒 Files selected for processing (1)
  • commit_check/imperatives.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/add-more-verbs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the enhancement New feature or request label May 16, 2026
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.74%. Comparing base (505c9eb) to head (4ce1691).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #414      +/-   ##
==========================================
+ Coverage   95.51%   95.74%   +0.22%     
==========================================
  Files          10       10              
  Lines        1004     1152     +148     
==========================================
+ Hits          959     1103     +144     
- Misses         45       49       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shenxianpeng shenxianpeng merged commit e44b79a into main May 16, 2026
35 checks passed
@shenxianpeng shenxianpeng deleted the feature/add-more-verbs branch May 16, 2026 00:06
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 16, 2026

Merging this PR will not alter performance

✅ 302 untouched benchmarks
⏩ 108 skipped benchmarks1


Comparing feature/add-more-verbs (4ce1691) with main (657d391)2

Open in CodSpeed

Footnotes

  1. 108 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on main (284c6df) during the generation of this report, so 657d391 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant