Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 31, 2023
1 parent c425e65 commit 73aa26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/.lint/java/suppress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<suppress files=".*(Test|Exception|Callback|demo|Module|Plugin).*\.java" checks="MissingJavadocType"/>
<suppress files=".*(Test|Exception|Error|demo).*\.java" checks="OneTopLevelClass"/>
<suppress files=".*(Test).*\.java" checks="MethodName"/>
<suppress files=".*(demo|Module|Plugin).*\.java" checks="MissingJavadocMethod"/>
<suppress files=".*(demo|Module|Plugin|Exception).*\.java" checks="MissingJavadocMethod"/>
<suppress files=".*generated-sources.*" checks="[a-zA-Z0-9]*"/>
<suppress files=".*build.*" checks="[a-zA-Z0-9]*"/>
<suppress files=".*" checks="CustomImportOrder"/>
Expand Down

0 comments on commit 73aa26e

Please sign in to comment.