An open API service indexing awesome lists of open source software.

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)

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.