- Notifications
You must be signed in to change notification settings - Fork8
Use community submitted engine to check groovy code#22
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -5,6 +5,9 @@ engines: | |||
pmd: | |||
enabled: true | |||
channel: beta | |||
codenarc: | |||
enabled: true | |||
channel: beta |
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.
That was quick! This hasn't been released yet though. Will comment here when I have an update.
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 surprised that this build didn't error, provided the unknown engine...@wfleming?
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.
Engine beta is out 👍
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 was surprised it didn't fail too. I've seen analysis failing when enabling a not released engine before. Didn't make sense to me why it didn't say anything at that time.
No description provided.