Go to file
[BOT] Renovate 56f3a62903
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
chore(deps): update dependency eclipse-temurin to v18
2022-06-19 14:07:19 +00: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 chore(deps): update dependency eclipse-temurin to v18 2022-06-19 14:07:19 +00:00
.gitignore Initial commit 2022-06-05 00:09:54 +02:00
Dockerfile chore(deps): update dependency eclipse-temurin to v18 2022-06-19 14:07:19 +00: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.