Skip to content

Commit

Permalink
added timeout to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritinaidu committed Jul 18, 2024
1 parent 8c59c2b commit 4e6daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ DOCKER_IMAGE := ghcr.io/viamrobotics/ocean-prefilter:arm64

# Lint rule
lint:
golangci-lint run
golangci-lint run --timeout 10m

0 comments on commit 4e6daa2

Please sign in to comment.