
com.puppycrawl.tools.checkstyle.meta.checks.whitespace.NoLineWrapCheck.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <checkstyle-metadata> <module> <check fully-qualified-name="com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck" name="NoLineWrap" parent="com.puppycrawl.tools.checkstyle.TreeWalker"> <description><p>Checks that chosen statements are not line-wrapped. By default, this Check restricts wrapping import and package statements, but it's possible to check any statement. </p></description> <properties> <property default-value="PACKAGE_DEF,IMPORT,STATIC_IMPORT" name="tokens" type="java.lang.String[]" validation-type="tokenSet"> <description>tokens to check</description> </property> </properties> <message-keys> <message-key key="no.line.wrap"/> </message-keys> </check> </module> </checkstyle-metadata>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy