[BUG] Does not pass "check-code" #65

Closed
opened 2021-10-24 09:30:51 +02:00 by ozboss · 2 comments

Issue

Environment

  • Custom menu version: 1.27.2
  • Nextcloud version: 21.0.5.1
  • PHP version: 7.4.24
  • Web server (Nginx, Apache2): Apache2
  • Web browser and version (Firefox 80, Google Chrome 74, etc): irrelevant
stock

Steps to reproduce

Run:

sudo -u www-data php occ app:check-code side_menu

Observed Results

Invalid appinfo.xml file found: Element 'php': This element is not expected. Expected is ( architecture ).

App is not compliant

Expected Results

App is compliant - awesome job!
## Issue ### Environment * Custom menu version: 1.27.2 * Nextcloud version: 21.0.5.1 * PHP version: 7.4.24 * Web server (Nginx, Apache2): Apache2 * Web browser and version (Firefox 80, Google Chrome 74, etc): irrelevant ``` stock ``` ### Steps to reproduce Run: `sudo -u www-data php occ app:check-code side_menu` ### Observed Results ``` Invalid appinfo.xml file found: Element 'php': This element is not expected. Expected is ( architecture ). App is not compliant ``` ### Expected Results ``` App is compliant - awesome job! ```
ozboss added the
bug
label 2021-10-24 09:30:51 +02:00
Owner

According to the documentation, <php> is allowed in <dependencies>.
The code checker will be removed in Nextcloud 23+ because it doesn't check anything anymore.

According to the [documentation](https://docs.nextcloud.com/server/21/developer_manual/app_development/info.html), `<php>` is allowed in `<dependencies>`. The code checker will be removed in Nextcloud 23+ because it doesn't check anything anymore.
deblan added the
wontfix
label 2021-10-24 11:26:30 +02:00
Author

Good to know, I guess this can be closed then.

Good to know, I guess this can be closed then.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#65
No description provided.