From 19af2e583d9760492017a44c1183372124f63e07 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 14 Jan 2025 15:12:23 +0530 Subject: [PATCH] linter: Add commit-query block error --- docs/02-for-app-authors/12-linter.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/02-for-app-authors/12-linter.md b/docs/02-for-app-authors/12-linter.md index e40ccf9b..2ca0f097 100644 --- a/docs/02-for-app-authors/12-linter.md +++ b/docs/02-for-app-authors/12-linter.md @@ -1321,6 +1321,14 @@ with type `git`, uses `branch` with a branch name in the It should use either `commit`, or `tag` and `commit` or a `tag` in place of `branch`. +### module-module_name-checker-uses-commit-query + +**Exceptions allowed**: Case-by-case basis + +A module in the [Flatpak manifest](https://docs.flatpak.org/en/latest/manifests.html) +uses the `commit-query` property in `x-checker-data`. Tracking or updating +a module on each commit is not allowed. See the [stable release section](/docs/for-app-authors/requirements#stable-releases). + ### module-module_name-source-git-no-tag-commit-branch **Exceptions allowed**: No