Skip to content

Commit f4bb263

Browse files
jnasbyupgradeclaude
andcommitted
Restore EXCLUDED CODE marker lost during the linter-merge rebase conflict
The rebase onto master (after #16's linter merge) resolved a conflict in the commented-out cat_tools schema-restriction block by keeping a plain /* instead of master's /* EXCLUDED CODE: ... -- without it, the linter demands " * " prefixes on every line of the commented-out DO block, producing 15 false findings. make lint is clean again. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7f58f0e commit f4bb263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/object_reference.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
SET LOCAL client_min_messages = WARNING;
1414

15-
/*
15+
/* EXCLUDED CODE: schema-restriction check below not currently enforced
1616
DO $$
1717
DECLARE
1818
c_schema CONSTANT name := (SELECT extnamespace::regnamespace::text FROM pg_extension WHERE extname = 'cat_tools');

0 commit comments

Comments
 (0)