-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
- Add some tips in docs about how to use
lombok:
- Use
lombokforsetters,gettersandtoStringmethods in data objects to keep code neat. - Avoid using
@Dataannotation because it will generate some code we may not need, cause the test coverage to decrease and make theSonar Analysisfail for it. - We'd better add a CI check to avoid
@Data.
See: https://stackoverflow.com/questions/45569085/sonarqube-bad-coverage-because-of-lombok-data and https://projectlombok.org/features/Data
Documentation Links
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable