Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

CLI command app:check-code has been extended #1736

Closed
nickvergessen opened this issue Oct 5, 2015 · 1 comment
Closed

CLI command app:check-code has been extended #1736

nickvergessen opened this issue Oct 5, 2015 · 1 comment
Assignees
Milestone

Comments

@nickvergessen
Copy link
Contributor

It now not only allows to check for the use of private vs. public api, but also for deprecated methods, for validity of the info.xml, all checks being enabled by default.

Usage:
 app:check-code [-c|--checker="..."] [--skip-validate-info] app-id

Arguments:
 app-id                check the specified app

Options:
 --checker (-c)        enable the specified checker(s) (default: ["private","deprecation","strong-comparison"]) (multiple values allowed)
 --skip-validate-info  skips the info.xml/version check

However this only has a short section in the admin doc (line 141-151) and I think that should be okay to be small/short.

More docs should be in the developer section.

@nickvergessen nickvergessen added this to the 8.2-current milestone Oct 5, 2015
@carlaschroder carlaschroder self-assigned this Oct 5, 2015
@carlaschroder
Copy link
Contributor

#1771 please review

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants