Skip to content

Commit 249dbaa

Browse files
author
Sashir Estela
committed
Update Contributing guide
1 parent 0170212 commit 249dbaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Spotless comes with two Maven commands that you can run at any moment, preferabl
1919

2020
The remote build will check the code formatting, so the build will fail if the code isn't formatted correctly.
2121

22+
## Static Analysis
23+
This project is configured to use [SonarCloud](https://sonarcloud.io) for static analysis. That analysis runs after every pull request to the `main` branch and the results can be examined in the project [dashboard](https://sonarcloud.io/project/overview?id=sashirestela_simple-openai).
24+
25+
It is highly recommended you install the free [SonarLint](https://sonarlint.io) extension in your favorite IDE, so you can analyze your code in advance before your pull request.
2226

2327
## Configure IDE (Optional)
2428
You could set your favorite IDE to be aligned to the custom code format. See details below.

0 commit comments

Comments
 (0)