Is there a formatter for <SQLFluff>?
# general
r
Is there a formatter for SQLFluff?
c
not shipped with pants, no. or are you asking if there exists such a tool at all? (in which case, I have no idea, never head of SQLFluff before..)
r
Yes, I was wondering if there was one shipped with
pants
Thanks for getting back to me! Guess that means I’ll have to write my own.
w
adhoc_tool
would be useful here I'd bet, as sqlfluff has a CLI
b
https://github.com/pantsbuild/pants/pull/20135 makes writing a custom plugin a fair bit easier for formatters/linters like this
(available in the 2.20 pre-releases)
w
Sweet, I didn't realized that'd been merged already!