navin
navin
/assign
I believe we should consider excluding 'test.go' files from linting, or at the very least, exempting specific rules for test files, such as dot-imports and unused parameters. The number of...
Sure @akagami-harsh Start with knative/pkg repo and other deps first. I have raised PR in knative/pkg - https://github.com/knative/pkg/pull/2915
Ok, I was able to bypass the issue by providing additional instruction like ``` Do not generate test with t.Run(), directly create individual test functions ```