-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature/#46 component count rule #57
Conversation
|
||
UntilSuccessfulRule() { | ||
super('UNTIL_SUCCESSFUL_RULE', 'Until Successful Rule', "until-successful", | ||
"http://www.mulesoft.org/schema/mule/core", 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The core namespace should either be referenced from ConfigurationFile or we should move these into a Namespaces file as constants we can reference and not have to know or repeat.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm all for creating a namespaces class
…ersionCheck PomDependencyVersionRule Implementation.
…sulting/mule-linter into Feature/#46-component-count-rule
No description provided.