Go to file
kalle 8e0e16d1f4
continuous-integration/drone/push Build was killed Details
feat: Add a pipeline and some basic tests
2022-06-05 12:45:30 +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 a pipeline and some basic tests 2022-06-05 12:45:30 +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.