build(deps): bump github.com/ultraware/funlen from 0.0.3 to 0.1.0 (#3988)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-06 15:51:24 +02:00 committed by GitHub
parent 1a32d402b5
commit 2c0224fbb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 6 deletions

View file

@ -380,8 +380,9 @@ func (p *ForbidigoPattern) MarshalString() ([]byte, error) {
}
type FunlenSettings struct {
Lines int
Statements int
Lines int
Statements int
IgnoreComments bool `mapstructure:"ignore-comments"`
}
type GciSettings struct {