no-sycophantic-openers
Flags sycophantic openers
| Property | Value |
|---|---|
| Kind | Hard rule |
| Engine | leading |
| Tier | static |
| Severity | error |
| Intent | detection |
| Scope | text |
Why
Start with the substance. Openers that add no information should be cut.
Examples
Flagged
Great question. The statute controls.
Better
The statute controls.
Turning it off
lawlint --disable no-sycophantic-openers draft.md
Or durably, in .lawlint/config.json — see Configuration.