nvchecker: add exclude_regex to sqlfluff
This commit is contained in:
parent
5c5075a8ec
commit
760a2452ce
1 changed files with 1 additions and 0 deletions
|
@ -1120,6 +1120,7 @@ source = "github"
|
||||||
github = "sqlfluff/sqlfluff"
|
github = "sqlfluff/sqlfluff"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(a|b).*$"
|
||||||
|
|
||||||
[python-oyaml]
|
[python-oyaml]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue