-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate non-WP components #760
Comments
May be related to #310 |
Like for similar requests in the past this I think this is something that could be implemented in a custom plugin using the existing filters. Alternatively, the CLI command amd the GitHub action are also very powerful. |
But if the default experience of the plugin UI is going to include junk results for which the solution is "use or code something else to work around that", then why have a plugin UI at all? |
Just because it's a third-party package doesn't mean it can be safely skipped. When you submit a plugin to the plugin directory, the tool can't simply ignore the We could consider adding more UI options to exclude certain checks or directories, but then I'd say we can close this issue as a duplicate of #313 & reopen that one. |
That's why I think a declarative file (N.B. not a UI option) in which the specific skips can be listed so that they're clearly visible for everyone would be a good solution. I don't think #313 is the same thing. UI options might be on, might be off - but without a declaration of proposed exclusions, the reviewer won't know what's being proposed to him by the plugin. (And having to manually enter them every time would be a poor experience). I think the only UI option relevant to my suggestion would be whether or not to follow the bundled list of proposed exclusions in the check being run. [email protected] could well be the #1 expert on PHP/encryption issues over the last couple of decades. Recommending that his |
Perhaps it'd be useful to have a mechanism for plugin authors to include a configuration file (e.g.
plugin-check-info.json
in the root of the plugin) to give information to Plugin Check?For example, I'd like to indicate that
vendor/phpseclib/phpseclib
is a third-party library and hence Plugin Check warnings that recommend using internal WP functions are simply unhelpful noise. i.e. In this example it'd be handy to tell Plugin Check to exclude any checks that purely make suggestions for using WP internals. But there are likely to be many other examples of this sort of thing in relation to 3rd party libraries. A configuration file to declare such items would both reduce noise and still allow developers/reviewers to see what's being declared easily.The text was updated successfully, but these errors were encountered: