nvchecker: add exclude_regex to sqlfluff

This commit is contained in:
George Rawlinson 2023-01-02 21:14:08 +13:00
parent 5c5075a8ec
commit 760a2452ce
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -1120,6 +1120,7 @@ source = "github"
github = "sqlfluff/sqlfluff"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(a|b).*$"
[python-oyaml]
source = "github"