Skip to content

Commit

Permalink
[MSHARED-1401] Checkstyle add AvoidStarImport
Browse files Browse the repository at this point in the history
spotless allow such imports
  • Loading branch information
slawekjaranowski committed Jun 3, 2024
1 parent 8d23b97 commit 0588414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/config/maven_checks_nocodestyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ under the License.
<module name="StaticVariableName"/>
<module name="TypeName"/>

<!-- Checks for imports -->
<!-- See https://checkstyle.org/checks/imports/avoidstarimport.html -->
<module name="AvoidStarImport"/>

<!-- Checks for Size Violations. -->
<!-- See https://checkstyle.org/checks/sizes/index.html -->
<module name="MethodLength"/>
Expand Down

0 comments on commit 0588414

Please sign in to comment.