From a9cf8d2244debf73ebd050a3177f0b3c08f36e08 Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Wed, 12 Aug 2026 16:27:51 -0500 Subject: [PATCH 1/2] Bump .vendor/linter to pick up tightened comment-stacked-dashes rule Postgres-Extensions/linter#9 tightens comment-stacked-dashes to flag 2+ consecutive -- lines (previously 3+). Bumps b8632c2a -> e4fab69e. --- .vendor/linter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vendor/linter b/.vendor/linter index b8632c2..e4fab69 160000 --- a/.vendor/linter +++ b/.vendor/linter @@ -1 +1 @@ -Subproject commit b8632c2a3d93de664a45f4622235871e8f19cf78 +Subproject commit e4fab69e7f6256682f5b6b80e7a8f2423a0c39a9 From 19e5ca8429b5ad2a623f8282de0d8f608ecd748b Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Wed, 12 Aug 2026 16:37:49 -0500 Subject: [PATCH 2/2] Convert 2-line -- comments to /* */ blocks for comment-stacked-dashes 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. --- test/deps.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/deps.sql b/test/deps.sql index 6c5e983..769930b 100644 --- a/test/deps.sql +++ b/test/deps.sql @@ -1,5 +1,7 @@ --- Add any test dependency statements here --- Note: pgTap is loaded by setup.sql +/* + * Add any test dependency statements here + * Note: pgTap is loaded by setup.sql + */ /* * test/install/load.sql (fresh/update mode) installs extension_drop into a