From 778ee230aefde51cd061d5448d3c424ce72f0e65 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 3 Dec 2020 11:11:52 +0100 Subject: [PATCH] Fix typo Signed-off-by: Morris Jobke --- developer_manual/app_publishing_maintenance/upgrade-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_publishing_maintenance/upgrade-guide.rst b/developer_manual/app_publishing_maintenance/upgrade-guide.rst index 6f135eefa..ee75f3280 100644 --- a/developer_manual/app_publishing_maintenance/upgrade-guide.rst +++ b/developer_manual/app_publishing_maintenance/upgrade-guide.rst @@ -17,7 +17,7 @@ General App code checker deprecation **************************** -The app code checker (``occ app:check-code myapp``) is obsolute due to :ref:`static analysis`. For Nextcloud 21 it will act as NOOP, meaning that you can still call the command but it will never fail. This allows you to still use it on CI if you test against 21, 20 and older releases. But prepare the switch to static analysis if you haven't already. Please also note that the app code checker hadn't received many updates recently, hence the number of issues it can detect is low. +The app code checker (``occ app:check-code myapp``) is obsolete due to :ref:`static analysis`. For Nextcloud 21 it will act as NOOP, meaning that you can still call the command but it will never fail. This allows you to still use it on CI if you test against 21, 20 and older releases. But prepare the switch to static analysis if you haven't already. Please also note that the app code checker hadn't received many updates recently, hence the number of issues it can detect is low. Upgrading to Nextcloud 20 -------------------------