Skip to content
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

Broken YAML formatting in automatically generated PRs #412

Open
NayamAmarshe opened this issue Mar 8, 2024 · 1 comment
Open

Broken YAML formatting in automatically generated PRs #412

NayamAmarshe opened this issue Mar 8, 2024 · 1 comment

Comments

@NayamAmarshe
Copy link

NayamAmarshe commented Mar 8, 2024

Every time the external data checker creates a PR, it wrongly formats the YAML file, which causes the build to fail.

- --set-key=Categories --set-value="ImageProcessing;RasterGraphics;Graphics;" \
+ --set-key=Categories --set-value="ImageProcessing;RasterGraphics;Graphics;"
+        \

This issue is occurring again and again in our repository.

When I manually change the updated line, to have the \ character in the same line, the build is successful and I'm able to merge.

@bbhtt
Copy link
Contributor

bbhtt commented Mar 8, 2024

x-checker has support for max_line_length in editorconfig, try adding that and run it locally to check? Or you can break it up in parts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants