Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lint): Disable funlen for test functions (#1993)
This adds a regular expression that matches `func Test...` or `func (suite *Suite) Test...` style functions and disables the length check. An example from e2e tests that failed lint: `func (suite *IntegrationTestSuite) TestEip712BasicMessageAuthorization()`
- Loading branch information