| # do not run on test files yet |
| # all available settings of specific linters |
| # report about not checking of errors in type assetions: `a := b.(MyStruct)`; |
| # default is false: such cases aren't reported by default. |
| check-type-assertions: false |
| # report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`; |
| # default is false: such cases aren't reported by default. |
| multi-if: false # Enforces newlines (or comments) after every multi-line if statement |
| multi-func: false # Enforces newlines (or comments) after every multi-line function signature |