Tag: formatter
There's no excuse not to be Prettier (or for bad spelling)
February 3, 2022 · 3 min read
There's no body shaming here but as a big proponent of code formatters and pre-commit hooks, I was a little shocked by the extent of the makeover Prettier gave my code (and I learned how to spell "curiosity")
Removing the lint from BigQuery SQL with SQLFluff
December 14, 2021 · 7 min read
Our reporting stack is built atop over 15k lines of BigQuery SQL that I have been trying to tame. Having made good use of Python formatters and linters like Black and Flake8, I wanted a linter that could help me clean up the code and also potentially be integrated with pre-commit and Github Actions.