From fe376c451072a623e84e9354e05c7c8da587651e Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 28 Aug 2023 13:12:58 -0700 Subject: [PATCH] Added link to examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 371cd0d..f29823b 100755 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ public void checkstyle() throws Exception { ./bld checkstyle ``` +- [View Examples](https://github.com/rife2/bld-checkstyle/blob/master/examples/src/bld/java/com/example/) + Please check the [CheckstyleOperation documentation](https://rife2.github.io/bld-checkstyle/rife/bld/extension/CheckstyleOperation.html#method-summary) for all available configuration options. ### Checkstyle Dependency