No description
Find a file
Kallle Struik 2bdc40258b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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
.gitignore
.woodpecker.yml Make CI use woodpecker instead of drone 2022-10-14 17:03:20 +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
Dockerfile
gradle.properties
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
README.md
renovate.json
settings.gradle.kts

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.