arduino-lint
arduino-lint copied to clipboard
Please add check for invalid examples e.g. containing no ino file
By accident I released a few versions of the IRremote library with the IRremoteExtensionTest example containing a IRremoteExtensionTest.cpp instead of a IRremoteExtensionTest.ino file. It would be nice to add such a check, or do you have another tool which can do this task.
Is the keywords.txt also checked by arduino-lint?
It would be nice to add such a check
Thanks for your suggestion!
Is the keywords.txt also checked by arduino-lint?
Not at this time and I don't know what are the plans specifically for keywords.txt support.
For now, I can recommend my own bash script for checking keywords.txt. There is a workflow here that can simply be copied in to any library repository without modification: https://github.com/107-systems/107-Arduino-NMEA-Parser/blob/master/.github/workflows/check-keywords-txt.yml
Can I close the issue for me?
Sure! PRs are always welcome.