codacy, make up you rmind
This commit is contained in:
parent
7f24a67ddc
commit
c20d822abc
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue