Skip to content

Commit

Permalink
Update README.md addind notes for autocompletation in Intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessacobis committed Dec 13, 2021
1 parent c7db5ee commit b0caae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ class AVIOCustomRuleConfiguration {
```
For a full breakdown on the available rules, [check here](docs/available_rules.md).

Mule linter's core library contains the GDSL file to support autocompletion in IntelliJ.
To use that feature, com.avioconsulting.mule:mule-linter-core dependency must be added with provided scope in the project.
That will avoid maven packing core into project jar but still allow intellij to use it as a classpath and detect the GDSL script.

## Code Checkout
When cloning add the 'recurse-submodules' flag
Expand Down

0 comments on commit b0caae8

Please sign in to comment.