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"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
exclude_regex = "^.*(a|b).*$"
|
||||
|
||||
[python-oyaml]
|
||||
source = "github"
|
||||
|
|
Loading…
Reference in a new issue