From 0a725fcd061ef42e1fea2d68768aa7dca43b23da Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Mon, 7 Mar 2016 14:14:54 +0800 Subject: [PATCH] Add instructions to use the code checker before publishing --- developer_manual/app/publishing.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/developer_manual/app/publishing.rst b/developer_manual/app/publishing.rst index d5f3aa60d..b368c2897 100644 --- a/developer_manual/app/publishing.rst +++ b/developer_manual/app/publishing.rst @@ -101,6 +101,14 @@ If you want your app to be approved, make sure you fulfill all the requirements You are encouraged to help review other contributors' apps as well! Every app requires at least two independent reviews so your review of at least 2 (more is better!) other apps will ensure the process continues smoothly. Thank you for participating in this process and being a great ownCloud Community member! +Using the code checker +^^^^^^^^^^^^^^^^^^^^^^ +Before asking for approval, it is best to check your app code with the code checker, and fix the issues found by the code checker. + +.. code-block:: bash + + ./occ app:check-code + Losing a rating ^^^^^^^^^^^^^^^ Apps can lose their rating when: