Skip to content

Commit

Permalink
Add Checkstyle IllegalInstantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 9, 2025
1 parent 10a1734 commit 8899ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/resources/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ limitations under the License.
<module name="FinalLocalVariable" />
<module name="GenericWhitespace"/>
<module name="IllegalImport"/>
<module name="IllegalInstantiation" />
<module name="ImportOrder">
<property name="option" value="top"/>
<property name="groups" value="java,javax,org"/>
Expand Down

0 comments on commit 8899ebe

Please sign in to comment.