Go to file
[BOT] Renovate 31e97baef8
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-cli to v0.3.5 (#7)
Reviewed-on: #7
Co-authored-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
Co-committed-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
2022-07-09 12:30:05 +02:00
gradle/wrapper chore(deps): update dependency gradle to v7.4.2 (#5) 2022-06-19 16:43:37 +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 chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-cli to v0.3.5 (#7) 2022-07-09 12:30:05 +02:00
gradle.properties Initial commit 2022-06-05 00:09:54 +02:00
gradlew chore(deps): update dependency gradle to v7.4.2 (#5) 2022-06-19 16:43:37 +02:00
gradlew.bat chore(deps): update dependency gradle to v7.4.2 (#5) 2022-06-19 16:43:37 +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.