Skip to content

Commit f79cb71

Browse files
committed
docs: add java warning conventions to README.md
1 parent 3a96b77 commit f79cb71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,6 @@ The following are lists of conventions that either *should* be followed or *must
139139
- Can be used with annotations on methods and constructors using [onX](https://projectlombok.org/features/experimental/onX)
140140
- Can be used to include or exclude fields for [equals()/hashCode()](https://projectlombok.org/features/EqualsAndHashCode)
141141
- 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

Comments
 (0)