lint-action
lint-action copied to clipboard
New Linter: SQLFluff
Project page: https://github.com/sqlfluff/sqlfluff
Will be great to lint all the SQL we use for building our data warehouses.
I see the instructions here, which are simple enough. But I don't get how the linter itself gets installed if I'm calling it from src/linters/my-linter.js
? Like, where does pip install sqlfluff
get run?
Happy to give creating it a go myself, with an understanding of the above.
Thanks so much for a great module!
Edit: I can now see that SQLFluff gets installed in a prior step in the workflow as defined by the user (e.g. here). Understood, I'll start work!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.