Skip to content

Commit

Permalink
Re-add lint retry (flyteorg#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan authored Jan 7, 2020
1 parent 21d4246 commit 795b49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boilerplate/lyft/golang_test_targets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lint: #lints the package for common code smells
# However, that call seem to have some effects (e.g. https://github.com/golang/go/issues/29452) which, for some
# reason, allows the subsequent calls to succeed.
# TODO: Evaluate whether this is still a problem after moving admin dependency system to go modules.
GO111MODULE=off golangci-lint run --exclude deprecated -v || true
GO111MODULE=off golangci-lint run --deadline=5m --exclude deprecated -v

# If code is failing goimports linter, this will fix.
Expand Down

0 comments on commit 795b49c

Please sign in to comment.