No description
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| .woodpecker.yml | ||
| 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.