Cayde6
Cayde6
| linters name | count | |-----------|-------| |commentstart| 409| |optionalorrequired| 278 | |optionalfields| 50 | | jsontags | 15 | | arrayofstruct | 11 | | integers | 10 |...
> If you could share the command you're using to generate this, it would also be helpful. I built and ran the kube-api-linter locally and I see far fewer issues,...
Here is the extracted log with all linters enabled except for commentstart. I applied fixes for the optionalorrequired and duplicatemarkers linters. For the remaining linters, some of them suggest changing...
> ([@Jack-R-lantern](https://github.com/Jack-R-lantern) does the above look right to you? I'm still seeing a smaller set of reports compared to your results shared above when I check out your latest PR...
> I suspect something is introducing a 50 issue limit when I try this, but I'm not sure why: @joestringer Oh, I found it. There are two ways to resolve...
@youngnick Yes, I initially considered switching required fields to pointers and adding explicit nil handling in all places where those fields are used. However, once I reviewed the scope, it...
@afzal442 Are you currently working on that issue?
* HOST_EP_ID * DIRECT_ROUTING_DEV_IFINDEX The migration for both options has been completed. If possible, could you update the status to a check mark?
@joestringer @Artyop Sorry, the configuration for renovate.json5 was missing. I’ll add the configuration and force-push the update.
I’ve updated the information in `.custom-gcl.yaml` to the latest version. As for the changes in `golangci-lint.sh`, the script now removes the existing custom binary if its version is outdated and...