Skip to content

Commit 8e674e3

Browse files
dpageclaude
andcommitted
Add Codacy config to disable TSQLLint
TSQLLint is for T-SQL (SQL Server), not PostgreSQL. Disabling it removes 38 false positive warnings from our PostgreSQL SQL files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3756287 commit 8e674e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.codacy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
engines:
3+
# Disable TSQLLint - it's for T-SQL (SQL Server), not PostgreSQL
4+
tsqllint:
5+
enabled: false

0 commit comments

Comments
 (0)