Hey, I have a few questions about the library registry of platformio.
- I know it imports new libraries from Arduino - How long does it take?
- Is there a tool like “arduino-lint” to check the libraries? I read several posts that users complained about their libs not being picked by the platformio registry and it turned to be formats issues (version numbers, structure and more) that arduino ignores but platformio enforced. So is there a tool / way to check ourselves if our libraries are compatible?