-
Notifications
You must be signed in to change notification settings - Fork 57
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
Send PRs to all plugins #1068
Comments
As I go along each plugin, I will compile a list of common mistakes. This can used:
The current list of mistakes follows. Missing metadata:
Utilities:
Control flow:
Older syntax:
Optional but recommended:
|
@ehmicky netlify-plugin-hashfiles should be up to date now |
PRs have been sent to all plugins currently in our I went through the list of all those plugins and checked which ones were using any deprecated syntax described in #1303, that we intend to remove before GA as a breaking change. I have made a PR to fix each instance of those (marked as
|
netlify-plugin-hashfiles has been updated and released in v4.0.2 |
netlify-plugin-checklinks has been updated and released in v4.1.1 |
Thanks a lot @Munter! 🎉 |
PR to temporarily disable the remaining plugins: netlify/plugins#45. |
We should go through each plugin from the list we have and send a PR with:
keywords
"netlify"
and"netlify-plugin"
in thepackage.json
if missingrepository
"user/repo"
in thepackage.json
if missingbugs
{ "url": "https://github.com/user/repo/issues" }
in thepackage.json
if missingconstants
are usedutils.build.*
where possiblename
andconfig
properties from the main JavaScript filemanifest.yml
including thename
and eachinputs
(name
,default
,required
). Explain in the PR that we are working on adding more validation keywords.For the following plugins:
The text was updated successfully, but these errors were encountered: