mapstruct-examples
mapstruct-examples copied to clipboard
checkstyle fails on mapper generated implementations
I love this mapstruct. I am using the 1.4.0.beta version . So , checkstyle is failing in autogenerated mapper impl
<module name="WhitespaceAfter">
Description: When mapstruct is generating the source code, it doesn't follow the checkstyle rules .
Solution: Although, I have suppressed the error by marking mapper implementation folder checks none but can someone take it on?