Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 108 forks source link

remove id because otherwise a cyclic dependency is created #755

Closed Murmele closed 1 month ago

Murmele commented 1 month ago

https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/ Error message during flatpak build on flathub:

    "errors": [
        "appstream-failed-validation"
    ],
    "warnings": [
        "appstream-summary-too-long"
    ],
    "appstream": [
        "W: com.github.Murmele.Gittyup:49: circular-component-relation"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}