Go to file
kalle cc86e69165 Initial commit 2022-06-05 00:09:54 +02:00
gradle/wrapper Initial commit 2022-06-05 00:09:54 +02:00
src/main/kotlin Initial commit 2022-06-05 00:09:54 +02:00
.gitignore Initial commit 2022-06-05 00:09:54 +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
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.