Bump .vendor/linter: tighten comment-stacked-dashes to 2+ lines - #36
Bump .vendor/linter: tighten comment-stacked-dashes to 2+ lines#36jnasbyupgrade wants to merge 3 commits into
Conversation
Postgres-Extensions/linter#9 tightens comment-stacked-dashes to flag 2+ consecutive -- lines (previously 3+). Bumps b40aaf70 -> e4fab69e.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
The bumped linter now flags 2+ consecutive -- lines (previously 3+). Rewriting the existing offenders as /* */ blocks is a pure formatting change; disable-block directives keep working since suppression is matched against raw line text regardless of comment state.
The "For debugging" / commented-out WHEN clauses and the SET client_min_messages/\i finish.sql and column_test->column_filler sed notes were stale scaffolding, not documentation worth keeping in /* */ form.
|
Claude finished @jnasbyupgrade's task in 3m 4s —— View job Review: Bump
|
Summary
.vendor/lintersubmodule to pick up Postgres-Extensions/linter#9:comment-stacked-dashesnow flags 2+ consecutive--lines (previously 3+); only a single--line is allowed before a/* */block is required.--comments in this repo; converted those to/* */blocks in a follow-up commit. Pure formatting change — no code semantics altered, and anysql-lint:disable-blockdirectives among them keep working (suppression matching is against raw line text, not comment state).Test plan
make lintpasses cleanly with the bumped submodule and the comment fixes