nvchecker: add sqlfluff

This commit is contained in:
George Rawlinson 2021-11-29 06:04:30 +00:00
parent b4e5c47c3c
commit 4bf931220d
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -95,6 +95,12 @@ source = "github"
github = "sass/dart-sass"
use_max_tag = true
[sqlfluff]
source = "github"
github = "sqlfluff/sqlfluff"
use_max_tag = true
prefix = "v"
[python-oyaml]
source = "github"
github = "wimglenn/oyaml"