Go to file
[BOT] Renovate e5515a24b1
continuous-integration/drone/push Build is passing Details
Configure Renovate (#1)
Reviewed-on: #1
Co-authored-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
Co-committed-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
2022-06-19 16:04:59 +02:00
gradle/wrapper Initial commit 2022-06-05 00:09:54 +02:00
src feat: Add a pipeline and some basic tests 2022-06-05 12:45:30 +02:00
.drone.yml feat: Add automatic docker build when tagged on master 2022-06-05 13:24:57 +02:00
.gitignore Initial commit 2022-06-05 00:09:54 +02:00
Dockerfile feat: Add automatic docker build when tagged on master 2022-06-05 13:24:57 +02:00
README.md Initial commit 2022-06-05 00:09:54 +02:00
build.gradle.kts Initial commit 2022-06-05 00:09:54 +02:00
gradle.properties Initial commit 2022-06-05 00:09:54 +02:00
gradlew Initial commit 2022-06-05 00:09:54 +02:00
gradlew.bat Initial commit 2022-06-05 00:09:54 +02:00
renovate.json Configure Renovate (#1) 2022-06-19 16:04:59 +02:00
settings.gradle.kts Initial commit 2022-06-05 00:09:54 +02:00

README.md

C# Comment Checker

A utility to verify the presence and style of C# method and inline comments.

Building

./gradlew build

After completion the artifact will be located in build/libs

Usage

java -jar CSharpCommentChecker.jar path/one path/two path/three path/...

Credits

Based on CSharpCommentValidator by @JelleJurre on GitHub.