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 3a96b77 commit f79cb71Copy full SHA for f79cb71
1 file changed
README.md
@@ -139,3 +139,6 @@ The following are lists of conventions that either *should* be followed or *must
139
- Can be used with annotations on methods and constructors using [onX](https://projectlombok.org/features/experimental/onX)
140
- Can be used to include or exclude fields for [equals()/hashCode()](https://projectlombok.org/features/EqualsAndHashCode)
141
- Other annotations than the ones mentioned above should not be used as some are difficult to comprehend or maintain
142
+- Code must compile without Compiler Warnings
143
+- Code should compile without relevant Sonar/SonarQube Warnings
144
+
0 commit comments