Compare commits
No commits in common. "a8d595cce0b890eed8fd16e3807e22886f6274a6" and "b326e9787c626ddf55f00b515e8e2a29e51e4aa3" have entirely different histories.
a8d595cce0
...
b326e9787c
2 changed files with 3 additions and 11 deletions
10
README.md
10
README.md
|
@ -7,15 +7,7 @@
|
|||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-checkstyle)
|
||||
[](https://github.com/rife2/bld-checkstyle/actions/workflows/bld.yml)
|
||||
|
||||
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 install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
||||
|
||||
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)));
|
||||
scope(test)
|
||||
.include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 21, 4)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 1)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)))
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 27, 3)));
|
||||
|
||||
javadocOperation()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue