mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
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:
parent
1a32d402b5
commit
2c0224fbb9
5 changed files with 10 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue