Skip to content

Commit

Permalink
linter: Add commit-query block error
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 14, 2025
1 parent 6de6e09 commit 19af2e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/02-for-app-authors/12-linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19af2e5

Please sign in to comment.