-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update repositories.txt #7364
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
Update repositories.txt #7364
Conversation
|
Arduino Lint has suggestions for possible improvements to https://github.com/Herobrine-pixel/BluetoothTonePlayer: |
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
|
I have fixed the error |
|
@per1234 please check my submission again. If there are any more errors please let me know it. Thanks for your time |
|
@Herobrine-pixel there are no errors. There is only a warning: It is important for you to understand the conceptual difference between errors and warnings:
In the context of submitting a library to the Arduino Library Registry, the presence of an error would block the registration of the library you are submitting. In this context, the presence of a warning indicates that your library either isn't fully compliant with the Arduino Library Specification, or otherwise does not follow best practices. As the bot explains:
We do recommend the library maintainer pay attention to the warning and try to resolve the cause of the warning in the library. However, we don't consider this to be something that blocks the registration of the library. This is the reason why the bot already merged your pull request, and your library has already been registered. You don't need to take any action in this repository when you resolve a warning. You only need to take action in your own library's repository. I see you have already fixed the problem that caused the warning (Herobrine-pixel/BluetoothTonePlayer@cf4296b). And that you have already created a new release of the library that contains that fix: https://github.com/Herobrine-pixel/BluetoothTonePlayer/releases/tag/v1.0.2 So no further action is needed. |
|
Understood. thanks!! |
No description provided.