Lines Matching full:checkstyle
23 <!-- commons codec customization of default Checkstyle behavior -->
28 <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
32 <!-- See http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter -->
38 <!-- See http://checkstyle.sourceforge.net/config_regexp.html -->
64 <!-- See http://checkstyle.sf.net/config_naming.html -->
86 <!-- See http://checkstyle.sf.net/config_imports.html -->
95 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
111 <!-- See http://checkstyle.sf.net/config_modifiers.html -->
117 <!-- See http://checkstyle.sf.net/config_blocks.html -->
135 <!-- See http://checkstyle.sf.net/config_coding.html -->
158 <!-- See http://checkstyle.sf.net/config_design.html -->
170 <!-- See http://checkstyle.sf.net/config_misc.html -->
184 <property name="file" value="${config_loc}/src/conf/checkstyle-suppressions.xml"/>
188 Allow comment to suppress checkstyle for a single line
189 e.g. // CHECKSTYLE IGNORE MagicNumber
192 <property name="commentFormat" value="CHECKSTYLE IGNORE (\w+)"/>