Skip to content

Commit edc53d8

Browse files
committed
Add checkstyle's annotations support
1 parent 9ebcb77 commit edc53d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.codestyle/checkstyle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,11 @@ limitations under the License.
6969
<module name="Translation"/>
7070
<module name="UniqueProperties"/>
7171

72+
<module name="SuppressWarningsFilter" />
73+
7274

7375
<module name="TreeWalker">
76+
<module name="SuppressWarningsHolder" />
7477

7578
<!-- Checks for Javadoc comments. -->
7679
<!-- See http://checkstyle.sf.net/config_javadoc.html -->

0 commit comments

Comments
 (0)