Skip to content

Commit

Permalink
JEXL-360: checkstyle fix, allow star import for parser nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
henrib committed Feb 15, 2022
1 parent 9f69bce commit 557cd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/checkstyle.xml
Expand Up @@ -55,7 +55,7 @@ limitations under the License.

<module name="TreeWalker">
<module name="AvoidStarImport">
<property name="excludes" value="org.junit.Assert"/>
<property name="excludes" value="org.junit.Assert,org.apache.commons.jexl3.parser"/>
</module>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
Expand Down

0 comments on commit 557cd4a

Please sign in to comment.