* +sqruff

* rename, don't use nightly, tests

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
Sanchit Ram Arvind 2024-07-02 17:54:19 -05:00 committed by GitHub
parent d650027aa8
commit 6459c5a07f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,29 @@
distributable:
url: https://github.com/quarylabs/sqruff/archive/refs/tags/{{ version.tag }}.tar.gz
strip-components: 1
versions:
github: quarylabs/sqruff
build:
dependencies:
rust-lang.org: ^1.79
rust-lang.org/cargo: '*'
script: cargo install sqruff --locked --path crates/cli --root {{prefix}}
provides:
- bin/bench
- bin/sqruff
test:
- test "$(sqruff -V)" = "sqruff {{version}}"
- run: sqruff lint $FIXTURE
fixture:
extname: sql
content: SELECT 1;
- run: if sqruff lint $FIXTURE; then true; fi
fixture:
extname: sql
content: |
SELECT 1
SELECT 2