-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: delete tab character #3169
Conversation
Signed-off-by: yigang01 <1769703801@qq.com>
/retest |
May I ask how to operate it,again commit code? |
Proposal: you can add add a script that validates there are no tabs in chart yaml files by executing the following for each file: grep -q $'\t' <yaml file> This will prevent such cases in future. |
This should have been caught by the |
/retest |
why there's no difference in |
That's because chart is ignored: gateway/tools/linter/yamllint/.yamllint Lines 3 to 8 in c943042
|
But the linter should still be run on the output of the template, after |
there's a render result located |
Right, but the output is generated correctly with space indentation. |
fix:#3153