flathub-infra / flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date
GNU General Public License v2.0
116 stars 34 forks source link

Broken YAML formatting in automatically generated PRs #412

Open NayamAmarshe opened 4 months ago

NayamAmarshe commented 4 months ago

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 commented 4 months ago

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