You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The presence of arbitrary keys in library.properties doesn't cause any problems. People might use these for their own purposes. For example, some library authors began adding a license field even though this is not mentioned in the specification. What we do have is a check for potentially misspelled versions of optional key names (e.g., an architecture key when no architectures key is present).
Uh oh!
There was an error while loading. Please reload this page.
Feature Request
Create what is essentially a linting tool for
library.properties
. This would catch things like the following:library.properties
filename is capitalized in an unexpected way (if case-sensitive filesystems would care)Example JSON output
Having the line number reported in the output would enable GitHub annotations directly on the affected lines.
The text was updated successfully, but these errors were encountered: