Rename mask to pattern

This commit is contained in:
nxshock 2023-03-19 12:18:33 +05:00
parent 71ee59c4fc
commit 8e1c69fdea
5 changed files with 20 additions and 20 deletions

View file

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