Skip to content

Commit

Permalink
Fix AvoidStaticImport
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 committed May 27, 2024
1 parent 5d51bb6 commit 335f145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<module name="UnusedImports"/>
<module name="RedundantImport"/>
<module name="AvoidStarImport"/>
<module name="AvoidStaticImport"/>
<module name="AvoidStaticImport">
<property name="excludes" value="org.junit.jupiter.api.Assertions.*"/>
</module>
<module name="IllegalImport"/>
<module name="CommentsIndentation"/>
<module name="PackageDeclaration"/>
Expand Down

0 comments on commit 335f145

Please sign in to comment.