kfess
kfess
I'd like to work on this feature. I will submit a PR to add a new rule.
Thanks for the review. I've updated the implementation to use `bufio.Scanner` instead of `os.ReadFile` for better memory efficiency. I evaluated the memory efficiency with `/usr/bin/time` on a large project (`kubernetes/kubernetes`,...
Sorry for the late response. Thank you for fixing the linter error.
I forgot to add the new rule to the README. Should I open a PR for that?
Hi @Gioee ! I'd like to comment on your analysis of the code. I noticed that the `deprecationMessage` in [validate-action.ts](https://github.com/actions/languageservices/blob/main/languageservice/src/validate-action.ts#L67) is actually checking **if a specific input parameter of an...
/sig cli
Thanks for confirming this is a bug. I'll work on a follow-up PR to fix this behavior. /assign
@koba1t Thank you for the feedback. I will add test cases to verify the fix and prevent regressions. Please review them once I've updated the PR.
@koba1t I'd like to confirm the expected error output behavior when an invalid `--output` value is provided. ### Current behavior **kubectl:** ```bash $ kubectl version --output=yml error: --output must be...