1234567891011121314151617181920212223 |
- version: "2"
- linters:
- default: none
- enable:
- - testifylint
- exclusions:
- generated: lax
- presets:
- - comments
- - common-false-positives
- - legacy
- - std-error-handling
- paths:
- - third_party$
- - builtin$
- - examples$
- formatters:
- exclusions:
- generated: lax
- paths:
- - third_party$
- - builtin$
- - examples$
|