From e83a7871b35257c142aaa6b437c81cfd57ff0a58 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 14 Jan 2025 18:54:30 +0530 Subject: [PATCH] linter: reflect rename --- docs/02-for-app-authors/12-linter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-for-app-authors/12-linter.md b/docs/02-for-app-authors/12-linter.md index 2ca0f097..5d5c097a 100644 --- a/docs/02-for-app-authors/12-linter.md +++ b/docs/02-for-app-authors/12-linter.md @@ -1321,12 +1321,12 @@ 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 +### module-module_name-checker-tracks-commits **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 +is tracking commits 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