We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The name of the package I just built is @nagisa~/node-red-dsmr. Running node-red-dev/bin/run validate reports:
@nagisa~/node-red-dsmr
node-red-dev/bin/run validate
› Warning: P04 New Packages should use a scoped name ✅ Package uses a valid name
If I remove the trailing tilde from the scope, then the lint works correctly.
Interestingly the flows.node-red.org page does not flag the package name in a similar way.
flows.node-red.org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The name of the package I just built is
@nagisa~/node-red-dsmr
. Runningnode-red-dev/bin/run validate
reports:If I remove the trailing tilde from the scope, then the lint works correctly.
Interestingly the
flows.node-red.org
page does not flag the package name in a similar way.The text was updated successfully, but these errors were encountered: