codacy, make up you rmind

This commit is contained in:
Luca Filipozzi 2021-08-22 22:51:05 -07:00
parent 7f24a67ddc
commit c20d822abc

View file

@ -37,19 +37,19 @@ TODO
This project follows the module/bundle approach to packaging keycloak extensions:
* `module` builds the jar that contains the keycloak extensions
* `module` builds the jar that contains the keycloak extensions
* `bundle` builds the ear that contains the jar from `module` and the jars for
* `bundle` builds the ear that contains the jar from `module` and the jars for
any not-provided dependencies
### coding conventions
This project uses:
* [checkstyle][checkstyle] to achieve compliance with the [Google Java Style Guide][style-guide].
* [checkstyle][checkstyle] to achieve compliance with the [Google Java Style Guide][style-guide].
Please add the checkstyle plugin to your IDE.
* [SonarLint][sonarlint] to improve code quality and code security.
* [SonarLint][sonarlint] to improve code quality and code security.
Please add the SonarLint plugin to your IDE.
---