no-corporate-register-verbs
Flags corporate-register verbs
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | phrase |
| Tier | static |
| Severity | warning |
| Intent | style |
| Scope | text |
Why
Prefer concrete verbs over corporate language that inflates ordinary actions.
Examples
Flagged
The report showcases the team’s capabilities.
Better
The report shows what the team can do.
Turning it off
lawlint --disable no-corporate-register-verbs draft.md
Or durably, in .lawlint/config.json — see Configuration.