No description
|
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #7 Co-authored-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl> Co-committed-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl> |
||
|---|---|---|
| gradle/wrapper | ||
| src | ||
| .drone.yml | ||
| .gitignore | ||
| build.gradle.kts | ||
| Dockerfile | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| 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.