Skip to content

Commit

Permalink
Replace deprecated HTTP URL references with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 18, 2025
1 parent 7eaf519 commit fa78065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ then this style will be used automatically.

Moreover, (since this project is about static code analysis :wink:) a configuration for the following static code
analysis tools is defined in the POM (and the `etc` and `.idea` folders of the `codingstyle` module):
- [Checkstyle](http://checkstyle.sourceforge.net/)
- [Checkstyle](https://checkstyle.sourceforge.net/)
- [PMD](https://pmd.github.io/)
- [SpotBugs](https://spotbugs.github.io)
- [Error Prone](http://errorprone.info)
- [Error Prone](https://errorprone.info)
- [IntelliJ](https://www.jetbrains.com/help/idea/code-inspection.html)

This configuration will be picked up automatically if you build the project using Maven. If you install the CheckStyle
Expand Down

0 comments on commit fa78065

Please sign in to comment.