noobaa-operator icon indicating copy to clipboard operation
noobaa-operator copied to clipboard

CI | Separate the Lint Checks from the Tests

Open shirady opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I would like to separate the lint checks from the tests themselves.

Describe the solution you'd like Separate the lint checks from the tests themselves, in a lint check we would have golangci-lint-action (that we have today) and make lint (which runs today as a dependency of the target test - inside make test). I would like to get the linter CI checks separated from the unit tests.

Describe alternatives you've considered Leave it as is.

Additional context PR for example #1094 that the make lint failed on comment and we didn't have the unit tests result (written here).

shirady avatar Apr 20 '23 08:04 shirady