charm proof does not properly lint 'actions.yaml' #91

Closed
chuckbutler opened this Issue Jan 22, 2016 · 2 comments

Comments

Projects
None yet
4 participants
Contributor

chuckbutler commented Jan 22, 2016

When defining actions, there are a few key things to keep in mind and our current tooling does not check the action signatures for compliance of this format.

from the tooling developer documentation:

Note: action names must start and end with lowercase alphanumeric characters, and only contain lowercase alphanumeric characters, the hyphen "-" or full stop"." characters.

cited: https://jujucharms.com/docs/devel/developer-actions

Member

johnsca commented Jan 25, 2016

Any idea why underscores are not in that list?

Contributor

chuckbutler commented Jan 25, 2016

No idea unfortunately. Its a usability paper cut imho

@marcoceppi marcoceppi added this to the 2.0.PATCH milestone Mar 22, 2016

@marcoceppi marcoceppi modified the milestones: 2.1, 2.0.PATCH Mar 24, 2016

marcoceppi added a commit to marcoceppi/charm-tools that referenced this issue Mar 30, 2016

marcoceppi added a commit to marcoceppi/charm-tools that referenced this issue Mar 30, 2016

marcoceppi added a commit to marcoceppi/charm-tools that referenced this issue Mar 30, 2016

@marcoceppi marcoceppi closed this in #164 Mar 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment