451 B
451 B
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.