Skip to content

Commit

Permalink
fix(eventindexer): Ei lint (#13959)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jun 12, 2023
1 parent 0bf1b51 commit 184dd80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/eventindexer/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ linters-settings:
statements: 54
gocognit:
min-complexity: 43
lll:
line-length: 140

issues:
exclude-rules:
# Exclude some linters from running on tests files.
- path: _test\.go
linters:
- funlen
- path: contracts\.go
linters:
- lll

0 comments on commit 184dd80

Please sign in to comment.