Skip to content

Adding libraries #5339

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

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Adding libraries #5339

merged 6 commits into from
Nov 4, 2024

Conversation

maker-zone
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Nov 2, 2024

A problem was found with your submission https://github.com/UltiBlox/SensorAnalog

ERROR: Submission URL is already in the Library Manager index.

@github-actions github-actions bot added the topic: submission Add library to the list label Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

A problem was found with your submission https://github.com/UltiBlox/LCDI2C

ERROR: Submission URL is already in the Library Manager index.

Copy link
Contributor

github-actions bot commented Nov 2, 2024

A problem was found with your submission https://github.com/UltiBlox/DisplayValueOLED

ERROR: Submission URL is already in the Library Manager index.

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/UltiBloxExamples:

Linting library in UltiBloxExamples
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linting sketch in UltiBloxExamples/examples/SensorControl

Linter results for project: no errors or warnings

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

Linting sketch in UltiBloxExamples/examples/SensorControlDisplayLCD

Linter results for project: no errors or warnings

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

Linting sketch in UltiBloxExamples/examples/SensorDisplayLCD

Linter results for project: no errors or warnings

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

Linting sketch in UltiBloxExamples/examples/SensorDisplayOLED

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 1 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/DisplayValueLCD:

Linting library in DisplayValueLCD
INFO: No header file found matching library name (UltiBlox_DisplayValueLCD.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)                                                                                                      
WARNING: library.properties name value UltiBlox DisplayValueLCD is longer than the recommended length of 16 characters.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format        
         (Rule LP010)                                                                                                  
WARNING: library.properties name UltiBlox DisplayValueLCD contains spaces. Although supported, best practices is to not 
         use spaces.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   

Linter results for project: 0 ERRORS, 2 WARNINGS

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

Linting sketch in DisplayValueLCD/examples/hello-world

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 2 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/DisplayValueCommon:

Linting library in DisplayValueCommon
INFO: No header file found matching library name (UltiBlox_DisplayValueCommon.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)                                                                                                      
WARNING: library.properties name value UltiBlox DisplayValueCommon is longer than the recommended length of 16          
         characters.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP010)                                                                                                   
WARNING: library.properties name UltiBlox DisplayValueCommon contains spaces. Although supported, best practices is to  
         not use spaces.                                                                                                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           DisplayValueCommon/.examples/BasicUsage                                                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 0 ERRORS, 5 WARNINGS

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

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Thanks for your interest in contributing to the Arduino Library Manager index @maker-zone
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

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 @maker-zone. The main branch in your fork is out of sync with the branch in this repository. That is the cause of the errors reported by the bot.

Please sync your branch with this repository. When you do that, another round of checks by the bot will automatically be triggered and your pull request will be merged if it passes all the checks.

@per1234 per1234 added status: waiting for information More information must be provided before work can proceed status: changes requested Changes to PR are required before merge and removed status: waiting for information More information must be provided before work can proceed labels Nov 3, 2024
@github-actions github-actions bot removed the status: changes requested Changes to PR are required before merge label Nov 4, 2024
Copy link
Contributor

github-actions bot commented Nov 4, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/DisplayValueLCD:

Linting library in DisplayValueLCD
INFO: No header file found matching library name (UltiBlox_DisplayValueLCD.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)                                                                                                      
WARNING: library.properties name value UltiBlox DisplayValueLCD is longer than the recommended length of 16 characters.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format        
         (Rule LP010)                                                                                                  
WARNING: library.properties name UltiBlox DisplayValueLCD contains spaces. Although supported, best practices is to not 
         use spaces.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   

Linter results for project: 0 ERRORS, 2 WARNINGS

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

Linting sketch in DisplayValueLCD/examples/hello-world

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 2 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 4, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/DisplayValueCommon:

Linting library in DisplayValueCommon
INFO: No header file found matching library name (UltiBlox_DisplayValueCommon.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)                                                                                                      
WARNING: library.properties name value UltiBlox DisplayValueCommon is longer than the recommended length of 16          
         characters.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP010)                                                                                                   
WARNING: library.properties name UltiBlox DisplayValueCommon contains spaces. Although supported, best practices is to  
         not use spaces.                                                                                                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           DisplayValueCommon/.examples/BasicUsage                                                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 0 ERRORS, 5 WARNINGS

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

@github-actions github-actions bot merged commit 4566cdc into arduino:main Nov 4, 2024
12 checks passed
Copy link
Contributor

github-actions bot commented Nov 4, 2024

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/UltiBlox/ActiveThreshold/
http://downloads.arduino.cc/libraries/logs/github.com/UltiBlox/DisplayValueLCD/
http://downloads.arduino.cc/libraries/logs/github.com/UltiBlox/DisplayValueCommon/
http://downloads.arduino.cc/libraries/logs/github.com/UltiBlox/UltiBloxExamples/

github-actions bot pushed a commit that referenced this pull request Nov 4, 2024
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