Go to file
[BOT] Renovate e8f57e3fde chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.8.10 2023-02-02 15:52:42 +00: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 plugin org.jetbrains.kotlin.jvm to v1.8.10 2023-02-02 15:52:42 +00: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.