You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cd $(MAKEFILE_DIR)&&$(LINT_TOOL) version &&echo"==> Running lint..."&&$(LINT_TOOL) run --exclude="this method will not auto-escape HTML. Verify data is well formed" --allow-parallel-runners --config=.golangci.yaml ./... &&echo"==> Lint check passed."
354
+
@cd $(MAKEFILE_DIR)&&$(LINT_TOOL) version &&echo"==> Running lint..."&&$(LINT_TOOL) run --timeout 30m --exclude="this method will not auto-escape HTML. Verify data is well formed" --allow-parallel-runners --config=.golangci.yaml ./... &&echo"==> Lint check passed."
0 commit comments