Skip to content

Conversation

@Herobrine-pixel
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the topic: submission Add library to the list label Dec 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

Arduino Lint has suggestions for possible improvements to https://github.com/Herobrine-pixel/BluetoothTonePlayer:

Linting library in BluetoothTonePlayer
WARNING: Invalid category field value Sound in library.properties                                              
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP038)                                                                                          

Linter results for project: 0 ERRORS, 1 WARNINGS

-------------------

Linting sketch in BluetoothTonePlayer/examples/BluetoothToneDemo

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 1 WARNINGS

@github-actions github-actions bot merged commit f07f3e3 into arduino:main Dec 6, 2025
11 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

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:
http://downloads.arduino.cc/libraries/logs/github.com/Herobrine-pixel/BluetoothTonePlayer/

github-actions bot pushed a commit that referenced this pull request Dec 6, 2025
@Herobrine-pixel
Copy link
Contributor Author

@ArduinoBot

@Herobrine-pixel
Copy link
Contributor Author

I have fixed the error

@Herobrine-pixel
Copy link
Contributor Author

@per1234 please check my submission again. If there are any more errors please let me know it. Thanks for your time

@per1234
Copy link
Contributor

per1234 commented Dec 6, 2025

@Herobrine-pixel there are no errors. There is only a warning:

WARNING: Invalid category field value Sound in library.properties                                              
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP038)                                                                                          

Linter results for project: 0 ERRORS, 1 WARNINGS

It is important for you to understand the conceptual difference between errors and warnings:

  • An error is a fatal problem.
  • A warning is an indication of something that might be a problem, but is not fatal.

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:

#7364 (comment)

Arduino Lint has suggestions for possible improvements to https://github.com/Herobrine-pixel/BluetoothTonePlayer:

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.

@per1234 per1234 self-assigned this Dec 6, 2025
@Herobrine-pixel
Copy link
Contributor Author

Understood. thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants