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