Skip to content

Commit

Permalink
ci: Fixed wrong config of super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Oct 23, 2023
1 parent 9dec866 commit 6330e62
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/linters/sun_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,12 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="FileTabCharacter"/>
<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="minimum" value="0"/>
<property name="maximum" value="0"/>
<property name="message" value="Line has trailing spaces."/>
</module>
<!-- Checks for Naming Conventions -->
<module name="PackageName"/>
<module name="TypeName"/>
<!-- Checks for Import statements -->
<module name="IllegalImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>

<module name="TreeWalker">
<module name="PackageName"/>
<module name="TypeName"/>
<module name="IllegalImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
<module name="ImportOrder">
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="true"/>
Expand Down

0 comments on commit 6330e62

Please sign in to comment.