Go to file
kalle 2bdc40258b
ci/woodpecker/push/woodpecker Pipeline was successful Details
Make CI use woodpecker instead of drone
2022-10-14 17:03:20 +02:00
gradle/wrapper chore(deps): update dependency gradle to v7.5.1 (#8) 2022-10-14 16:58:16 +02:00
src 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
.woodpecker.yml Make CI use woodpecker instead of drone 2022-10-14 17:03:20 +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.5.1 (#8) 2022-10-14 16:58:16 +02:00
gradlew.bat chore(deps): update dependency gradle to v7.5.1 (#8) 2022-10-14 16:58:16 +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.