Skip to content

Commit

Permalink
Added link to #300 (ruleset build instructions) (README)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Shyiko committed Feb 12, 2019
1 parent 90cf5f1 commit a8ea938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ In a nutshell: "ruleset" is a JAR containing one or more [Rule](ktlint-core/src/
on the classpath (as a ruleset author, all you need to do is to include a `META-INF/services/com.github.shyiko.ktlint.core.RuleSetProvider` file
containing a fully qualified name of your [RuleSetProvider](ktlint-core/src/main/kotlin/com/github/shyiko/ktlint/core/RuleSetProvider.kt) implementation).

Once packaged in a JAR you can load it with
Once packaged in a JAR <sup>[e.g. via `./gradlew build`](https://github.com/shyiko/ktlint/issues/300#issuecomment-432408753)</sup> you can load it with

```sh
# enable additional 3rd party ruleset by pointing ktlint to its location on the file system
Expand Down

0 comments on commit a8ea938

Please sign in to comment.