We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3106bca commit 2476211Copy full SHA for 2476211
db/linting/lint.sh
@@ -1,2 +1,5 @@
1
echo 'Linting migrations folder'
2
sqlfluff lint source/migrations/ --dialect postgres --ignore parsing --config db/linting/.sqlfluff
3
+
4
+echo 'Linting tests folder'
5
+sqlfluff lint db/tests/performance/ --dialect postgres --ignore parsing --config db/linting/.sqlfluff
0 commit comments