Chad Gorshing
Chad Gorshing
I'd like to have something displayed as an error message when the body fails to match. Just having the request alone is beneficial enough for me (in case there might...
I ran into an issue with Bolt running "puppet_agent::install" where we had uninstalled the Puppet Agent on a Win10 machine and Bolt would not install the agent again. The message...
Hey all - if anyone is wondering about the status of this project, I don't have any plans to continue to work on this. I have come across companies with...
I had a request to enforce global elements can only be specified in known file(s). Only allow global elements not a flow or sub-flow, in defined "global files". The global...
Please leave a comment here on what are some preferences around how you would like to execute/run mule-lint against your project: Anypoint Studio plugin? Intellij plugin? Sonarqube? Standalone (current)?
Using mule-lint as it stands across multiple projects is a bit of a bear as it will require a good amount of duplication across projects (rules file particularly). It would...
https://central.sonatype.org/pages/choosing-your-coordinates.html offers the suggestion of using `io.github.mule-lint` as possible coordinates instead of `org.nuisto`.
With people getting started with Mule, they might not know what they are looking for, what makes good/bad Mule code or not. Provide a default set of rules that are...
Using the correct DSL, validating on a http:request User-Agent string would be: `element 'http:request' hasChild 'http:header' withAttribute 'headerName' havingValue 'User-Agent' withAttribute 'value' havingValue 'my-bot-name 1.0'` This is too verbose for...
Nothing big, just correction of `reccommended`