mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#426 allow to ignore checkstyle warnings explicitly by name using @SuppressWarnings
This commit is contained in:
parent
483b88c6d2
commit
9737e0ba6e
@ -64,6 +64,7 @@
|
||||
|
||||
<!-- Required for SuppressionCommentFilter -->
|
||||
<module name="FileContentsHolder"/>
|
||||
<module name="SuppressWarningsHolder"/>
|
||||
|
||||
<!-- Checks for Javadoc comments. -->
|
||||
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
|
||||
@ -196,5 +197,6 @@
|
||||
</module>
|
||||
|
||||
<module name="SuppressionCommentFilter"/>
|
||||
<module name="SuppressWarningsFilter"/>
|
||||
|
||||
</module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user