[BOT] Renovate
e5515a24b1
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #1 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 | ||
Dockerfile | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
renovate.json | ||
settings.gradle.kts |
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.