https://github.com/cau-se/code-quality-configurations
Configuration files for Checkstyle, PMD and Findbugs (Spotbugs)
https://github.com/cau-se/code-quality-configurations
checkstyle pmd quality-assurance spotbugs static-analysis
Last synced: 5 months ago
JSON representation
Configuration files for Checkstyle, PMD and Findbugs (Spotbugs)
- Host: GitHub
- URL: https://github.com/cau-se/code-quality-configurations
- Owner: cau-se
- License: mit
- Created: 2018-09-19T14:47:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T11:43:40.000Z (over 6 years ago)
- Last Synced: 2025-09-09T23:02:02.674Z (9 months ago)
- Topics: checkstyle, pmd, quality-assurance, spotbugs, static-analysis
- Size: 72.3 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Quality Styles & Configuration Files
This repository aims for providing coding style guides. In contrast to other guidelines, we try to not set up new, own rules,
but instead summarize existing ones that are established in their respective communities. Furthermore, we unite simple layout and code formatting rules with established best practises.
Moreover, we provide configuration files and instructions to automatically check code according to these styles during development and in the build process. The suggested rules and checks should only be a starting point for custom, project-specific ones.