Skip to content

Commit cd47a3c

Browse files
committed
Exclude PostgreSQL fixtures from Transact-SQL linting
1 parent 050bc8c commit cd47a3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.codacy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
---
2+
engines:
3+
tsqllint:
4+
exclude_paths:
5+
# These fixtures use PostgreSQL grammar, not Transact-SQL.
6+
- "src/test/resources/postgresql/**"
27
exclude_paths:
38
- "site/**"

0 commit comments

Comments
 (0)