Compare commits
2 commits
b326e9787c
...
a8d595cce0
Author | SHA1 | Date | |
---|---|---|---|
a8d595cce0 | |||
6cd5bc8e8f |
2 changed files with 11 additions and 3 deletions
10
README.md
10
README.md
|
@ -7,7 +7,15 @@
|
||||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-checkstyle)
|
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-checkstyle)
|
||||||
[](https://github.com/rife2/bld-checkstyle/actions/workflows/bld.yml)
|
[](https://github.com/rife2/bld-checkstyle/actions/workflows/bld.yml)
|
||||||
|
|
||||||
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
To install the latest version, add the following to the `lib/bld/bld-wrapper.properties` file:
|
||||||
|
|
||||||
|
```properties
|
||||||
|
bld.extension-checkstyle=com.uwyn.rife2:bld-checkstyle
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information, please refer to the [extensions](https://github.com/rife2/bld/wiki/Extensions) documentation.
|
||||||
|
|
||||||
|
## Check Source Code with Checkstyle
|
||||||
|
|
||||||
To check your code with Chesktyle, include the following in your build file:
|
To check your code with Chesktyle, include the following in your build file:
|
||||||
|
|
||||||
|
|
|
@ -46,8 +46,8 @@ public class CheckstyleOperationBuild extends Project {
|
||||||
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)));
|
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)));
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 21, 4)))
|
.include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 21, 4)))
|
||||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
|
||||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)))
|
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 1)))
|
||||||
.include(dependency("org.assertj", "assertj-core", version(3, 27, 3)));
|
.include(dependency("org.assertj", "assertj-core", version(3, 27, 3)));
|
||||||
|
|
||||||
javadocOperation()
|
javadocOperation()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue