projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

linter reported issues on main after not reporting issues on the PR pre-merge #457

Closed skriss closed 2 years ago

skriss commented 2 years ago

What steps did you take and what happened: [A clear and concise description of what the bug is.] PR #456 was all green in CI: https://github.com/projectcontour/contour-operator/actions/runs/1359775637 After merging to main, the linter run on main reported issues: https://github.com/projectcontour/contour-operator/actions/runs/1359835500

What did you expect to happen: Lint issues should've been caught in the PR run.