Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 607 Bytes

File metadata and controls

22 lines (15 loc) · 607 Bytes

mule-lint-project-example

This is a non-functioning Mule application that shows how a pom.xml is configured along with a rules.txt to show what features are supported for mule-lint.

Running mule-lint

Just run the following commands to see mule-lint in action (don't get your hopes up, it isn't much)

git clone git@github.com:mule-lint/example-mule-lint-project.git
cd example-mule-lint-project
mvn clean compile
cat results.json

License

This project is licensed under the MIT License - see the LICENSE.md file for details