+sqlfluff -- SQL linter

This commit is contained in:
Kevin Chen 2023-09-15 16:33:31 -04:00 committed by Jacob Heider
parent 18c8b383b7
commit 0d28319ed1

View file

@ -0,0 +1,20 @@
distributable:
url: https://github.com/sqlfluff/sqlfluff/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: sqlfluff/sqlfluff
dependencies:
python.org: ">=3.7"
build:
script: |
python-venv.sh {{prefix}}/bin/sqlfluff
test:
script:
- test "$(sqlfluff version)" = "{{version}}"
provides:
- bin/sqlfluff