Skip to content

Conversation

@kkfranco98
Copy link
Contributor

add my library at the end of the file

add my library at the end of the file
@github-actions github-actions bot added the topic: submission Add library to the list label Jun 19, 2025
@github-actions
Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/kkfranco98/QuickSerial:

Linting library in QuickSerial
INFO: No header file found matching library name (QuickSerial.h). Best practices are for primary header filename to     
      match library name.                                                                                               
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
ERROR: Missing paragraph field in library.properties                                                         
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP034)                                                                                          
ERROR: Missing url field in library.properties                                                               
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP040)                                                                                          
WARNING: Incorrect Arduino.h filename case in #include directive: QuickSerial/examples/how_to_print/how_to_print.ino:3: 
         #include <arduino.h> (Rule LC001)                                                                              

Linter results for project: 2 ERRORS, 1 WARNINGS

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

Linting sketch in QuickSerial/examples/how_to_print
WARNING: Incorrect Arduino.h filename case in #include directive: QuickSerial/examples/how_to_print/how_to_print.ino:3: 
         #include <arduino.h> (Rule SC001)                                                                              

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linter results for projects: 2 ERRORS, 2 WARNINGS

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @kkfranco98
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@kkfranco98
Copy link
Contributor Author

@ArduinoBot

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/kkfranco98/QuickSerial:

Linting library in QuickSerial
INFO: No header file found matching library name (QuickSerial.h). Best practices are for primary header filename to     
      match library name.                                                                                               
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
ERROR: Missing paragraph field in library.properties                                                         
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP034)                                                                                          
ERROR: Missing url field in library.properties                                                               
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP040)                                                                                          
WARNING: Incorrect Arduino.h filename case in #include directive: QuickSerial/examples/how_to_print/how_to_print.ino:3: 
         #include <arduino.h> (Rule LC001)                                                                              

Linter results for project: 2 ERRORS, 1 WARNINGS

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

Linting sketch in QuickSerial/examples/how_to_print
WARNING: Incorrect Arduino.h filename case in #include directive: QuickSerial/examples/how_to_print/how_to_print.ino:3: 
         #include <arduino.h> (Rule SC001)                                                                              

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linter results for projects: 2 ERRORS, 2 WARNINGS

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @kkfranco98
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@per1234 per1234 self-assigned this Jun 19, 2025
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @kkfranco98. I see you have fixed the error reported by the bot. However, Library Manager works exclusively from Git tags, so the bot won't be able to see the fix you made until you create a new release or tag in the library repository.

If you look at the repository contents at the latest tag, you can see that the version the bot is checking still has the problem:

https://github.com/kkfranco98/QuickSerial/blob/v1.0.0/library.properties

(note the file did not contain the mandatory paragraph and url properties at the tagged point in the revision history)

❗ Remember to update the version field in the library's library.properties file as needed before making a release/tag.

Once you have done that, simply mention @ArduinoBot in a comment here to trigger it to run the automated checks again. After those are passing, your library will be automatically added to Library Manager.

If you have any questions or concerns, please let me know.

Regards, Per

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label Jun 19, 2025
@kkfranco98
Copy link
Contributor Author

thanks Per, i creare a new release. i try again.

@ArduinoBot

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions github-actions bot removed the status: waiting for information More information must be provided before work can proceed label Jun 19, 2025
@github-actions
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/kkfranco98/QuickSerial:

Linting library in QuickSerial
WARNING: Incorrect Arduino.h filename case in #include directive: QuickSerial/examples/how_to_print/how_to_print.ino:3: 
         #include <arduino.h> (Rule LC001)                                                                              

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linting sketch in QuickSerial/examples/how_to_print
WARNING: Incorrect Arduino.h filename case in #include directive: QuickSerial/examples/how_to_print/how_to_print.ino:3: 
         #include <arduino.h> (Rule SC001)                                                                              

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit 6c82330 into arduino:main Jun 19, 2025
14 checks passed
@github-actions
Copy link
Contributor

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/kkfranco98/QuickSerial/

github-actions bot pushed a commit that referenced this pull request Jun 19, 2025
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