-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/test-and-releaseIt flags unit/e2e/conformance/perf test issues for product featuresIt flags unit/e2e/conformance/perf test issues for product features
Description
Expected Behavior
Code that has not been properly formatted fails CI and cannot be merged.
Actual Behavior
Code is able to be merged without having the correct golang formatting (see here).
Steps to Reproduce the Problem
- Create a PR containing code that hasn't been formatted or vetted.
- Observe that no status check fails.
@adrcunha WDYT? This could be a separate check that runs gofmt (or goimports) and govet and fails when they generate changes or warnings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/test-and-releaseIt flags unit/e2e/conformance/perf test issues for product featuresIt flags unit/e2e/conformance/perf test issues for product features