Skip to content

Commit

Permalink
add timeout to relayer lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Oct 15, 2024
1 parent 2600ded commit 69e11a6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/relayer/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
# "--config=${workspaceFolder}/.golangci.yml"
# ],

output:
format: colored-line-number
run:
timeout: 20m
tests: true

linters:
enable:
Expand All @@ -34,6 +35,8 @@ linters-settings:
min-complexity: 75

issues:
exclude-dirs:
- bindings
exclude-rules:
# Exclude some linters from running on tests files.
- path: _test\.go
Expand All @@ -42,7 +45,3 @@ issues:
- path: /
linters:
- typecheck

run:
skip-dirs:
- contracts/*

0 comments on commit 69e11a6

Please sign in to comment.