We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f2101 commit 5933172Copy full SHA for 5933172
CONTRIBUTING.md
@@ -32,3 +32,10 @@ We use Google Style guides for our projects. See the
32
description. You can download the
33
[IntelliJ Java Google Style](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml)
34
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