Split file name and file path patterns to separate options

This commit is contained in:
nxshock 2023-03-19 12:13:32 +05:00
parent dd692a4595
commit 71ee59c4fc
7 changed files with 55 additions and 28 deletions

View file

@ -6,5 +6,5 @@ MinimalLogLevel = 1
[[Masks]]
Path = "/home/user/go/src"
MaskList = ["*.go", "*/go.mod", "*/go.sum"]
FileNameMaskList = ["*.go", "go.mod", "go.sum"]
Recursive = true