From bebc65ed2c2184472bb1f6f94a61a36f799b9314 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 7 Nov 2024 13:26:44 +0530 Subject: [PATCH] linter: Update git source errors See https://github.com/flathub-infra/flatpak-builder-lint/pull/529/commits/adb0b9a2ea786ade903bdafddf38fb08d753d17e --- docs/02-for-app-authors/12-linter.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/02-for-app-authors/12-linter.md b/docs/02-for-app-authors/12-linter.md index 7656ece..bdc56a3 100644 --- a/docs/02-for-app-authors/12-linter.md +++ b/docs/02-for-app-authors/12-linter.md @@ -1321,16 +1321,7 @@ 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-source-git-local-path - -**Exceptions allowed**: No - -A module in the [Flatpak manifest](https://docs.flatpak.org/en/latest/manifests.html) -has type `git`, but specifies a local path using `path`. - -It must point to a web resource and use `url` property. - -### module-module_name-source-git-no-commit-or-tag +### module-module_name-source-git-no-tag-commit-branch **Exceptions allowed**: No