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,20 +37,20 @@ TODO
This project follows the module/bundle approach to packaging keycloak extensions: 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 any not-provided dependencies
### coding conventions ### coding conventions
This project uses: 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. 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. Please add the SonarLint plugin to your IDE.
--- ---
Copyright 2021 Luca Filipozzi. Some rights reserved. See [LICENSE][license-url]. Copyright 2021 Luca Filipozzi. Some rights reserved. See [LICENSE][license-url].