Skip to content

Bump .vendor/linter: tighten comment-stacked-dashes to 2+ lines - #46

Merged
jnasbyupgrade merged 2 commits into
masterfrom
bump-linter-comment-stacked-dashes
Aug 12, 2026
Merged

Bump .vendor/linter: tighten comment-stacked-dashes to 2+ lines#46
jnasbyupgrade merged 2 commits into
masterfrom
bump-linter-comment-stacked-dashes

Conversation

@jnasbyupgrade

@jnasbyupgrade jnasbyupgrade commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps the .vendor/linter submodule to pick up Postgres-Extensions/linter#9: comment-stacked-dashes now flags 2+ consecutive -- lines (previously 3+); only a single -- line is allowed before a /* */ block is required.
  • The tighter rule flagged existing 2-line -- comments in this repo; converted those to /* */ blocks in a follow-up commit. Pure formatting change — no code semantics altered, and any sql-lint:disable-block directives among them keep working (suppression matching is against raw line text, not comment state).

Test plan

  • make lint passes cleanly with the bumped submodule and the comment fixes

Postgres-Extensions/linter#9 tightens comment-stacked-dashes to flag 2+
consecutive -- lines (previously 3+). Bumps b8632c2a -> e4fab69e.
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 78da2135-d92d-45a4-b5ca-6538f97d16f9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

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.
@jnasbyupgrade
jnasbyupgrade merged commit 0005cfd into master Aug 12, 2026
19 of 20 checks passed
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