Skip to content

Commit 5933172

Browse files
committed
Include SonarLint reference in coding conventions
1 parent 87f2101 commit 5933172

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ We use Google Style guides for our projects. See the
3232
description. You can download the
3333
[IntelliJ Java Google Style](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml)
3434
to import in these settings in IntelliJ.
35+
36+
### SonarLint
37+
38+
It would also be very helpful to install the SonarLint plugin in your IDE and fix any
39+
relevant SonarLint issues before pushing a PR. We're aware that the current state
40+
of the code raises a lot of SonarLint issues out of the box, but any help in reducing
41+
that is appreciated. More importantly we don't increase that technical debt.

0 commit comments

Comments
 (0)