Skip to content

Commit

Permalink
Add Checkstyle ExplicitInitialization
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 21, 2025
1 parent 8b5a840 commit d60e1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conf/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ limitations under the License.
<property name="option" value="text" />
</module>
<module name="EqualsHashCode" />
<module name="ExplicitInitialization" />
<module name="IllegalImport" />
<module name="ImportOrder">
<property name="option" value="top" />
Expand Down

0 comments on commit d60e1fa

Please sign in to comment.