mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+sqlfluff -- SQL linter
This commit is contained in:
parent
18c8b383b7
commit
0d28319ed1
1 changed files with 20 additions and 0 deletions
20
projects/sqlfluff.com/package.yml
Normal file
20
projects/sqlfluff.com/package.yml
Normal 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
|
Loading…
Reference in a new issue