From 29e998a11ae54300a504c9b72bfdc458b1cb03df Mon Sep 17 00:00:00 2001 From: bbhtt Date: Sun, 15 Sep 2024 08:22:06 +0530 Subject: [PATCH] submission: Make linter step wording more lenient --- docs/02-for-app-authors/05-submission.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/02-for-app-authors/05-submission.md b/docs/02-for-app-authors/05-submission.md index 3197c91d..12b2f7c8 100644 --- a/docs/02-for-app-authors/05-submission.md +++ b/docs/02-for-app-authors/05-submission.md @@ -41,12 +41,12 @@ flatpak install -y flathub org.flatpak.Builder ### Run the linter - Please run the [linter](/docs/for-app-authors/linter) once. - Consult the documentation for explanation of the errors. For certain - errors you might need an [exception](/docs/for-app-authors/linter#exceptions). + Please try to run the [linter](/docs/for-app-authors/linter) once + locally. Consult the documentation for explanation of the errors. For + certain errors you might need an [exception](/docs/for-app-authors/linter#exceptions). Some linter errors regarding external icons, screenshots or screenshot - files may happen in a local build but not on Flathub. Those can be + files may happen in a local build but not on Flathub CI. Those can be safely ignored. Feel free to ask for help with any linter issues. ```bash