We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
\
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Every time the external data checker creates a PR, it wrongly formats the YAML file, which causes the build to fail.
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.The text was updated successfully, but these errors were encountered: