[BOT] Renovate
f0554bcd97
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | minor | `7.4.2` -> `7.5.1` | --- ### Release Notes <details> <summary>gradle/gradle</summary> ### [`v7.5.1`](https://github.com/gradle/gradle/releases/tag/v7.5.1) This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5 [Read the Release Notes](https://docs.gradle.org/7.5.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Michael Bailey](https://github.com/yogurtearl), [Josh Kasten](https://github.com/jkasten2), [Marcono1234](https://github.com/Marcono1234), [mataha](https://github.com/mataha), [Lieven Vaneeckhaute](https://github.com/denshade), [kiwi-oss](https://github.com/kiwi-oss), [Stefan Neuhaus](https://github.com/stefanneuhaus), [George Thomas](https://github.com/smoothreggae), [Anja Papatola](https://github.com/apalopta), [Björn Kautler](https://github.com/Vampire), [David Burström](https://github.com/davidburstrom), [Vladimir Sitnikov](https://github.com/vlsi), [Roland Weisleder](https://github.com/rweisleder), [Konstantin Gribov](https://github.com/grossws), [David Op de Beeck](https://github.com/DavidOpDeBeeck), [aSemy](https://github.com/aSemy), [Rene Groeschke](https://github.com/breskeby), [Jonathan Leitschuh](https://github.com/JLLeitschuh), [Aurimas Liutikas](https://github.com/liutikas), [Jamie Tanna](https://github.com/jamietanna), [Xin Wang](https://github.com/scaventz), [Atsuto Yamashita](https://github.com/att55), [Taeik Lim](https://github.com/acktsap), [Peter Gafert](https://github.com/codecholeric), [Alex Landau](https://github.com/AlexLandau), [Jerry Wiltse](https://github.com/solvingj), [Tyler Burke](https://github.com/T-A-B), [Matthew Haughton](https://github.com/3flex), [Filip Daca](https://github.com/filip-daca), [Simão Gomes Viana](https://github.com/xdevs23), [Vaidotas Valuckas](https://github.com/rieske), [Edgars Jasmans](https://github.com/yasmans), [Tomasz Godzik](https://github.com/tgodzik), [Jeff](https://github.com/mathjeff), [Lajos Veres](https://github.com/vlajos) #### Upgrade instructions Switch your build to use Gradle 7.5.1 by updating your wrapper: `./gradlew wrapper --gradle-version=7.5.1` See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.5.1/userguide/upgrading_version\_7.html#changes\_7.5) to learn about deprecations, breaking changes and other considerations when upgrading. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: [BOT] Renovate <renovate@kallestruik.nl> Reviewed-on: #8 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.