generated from cortinico/kotlin-gradle-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lint and add contribuing readme with details on linting
- Loading branch information
1 parent
73ccb95
commit 0bae286
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
This is the source for the Module Graph Gradle plugin. | ||
|
||
# Formatting | ||
The code style of this project is enforced with Ktlint. Run it with: | ||
`./gradlew :plugin-build:modulegraph:ktlintTestSourceSetCheck` | ||
|
||
# Test | ||
This project has extensive unit tests. Run them locally with: | ||
`./gradlew :plugin:modulegraph:test` | ||
|
||
# Sample project | ||
Check out the sample project to test out the plugin. Create graphs with: | ||
`./gradlew createModuleGraph` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters