Fix AnnotationLocation violation in Checkstyle codebase, issue #945
This commit is contained in:
parent
f374e2e7a0
commit
51b2114e61
|
|
@ -226,6 +226,7 @@
|
|||
<module name="SuppressWarnings"/>
|
||||
<module name="OuterTypeFilename"/>
|
||||
<module name="HideUtilityClassConstructor"/>
|
||||
<module name="AnnotationLocation"/>
|
||||
<module name="AtclauseOrder"/>
|
||||
<module name="AvoidNestedBlocks">
|
||||
<property name="allowInSwitchCase" value="true"/>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,8 @@ public class RegexpMultilineCheckTest extends BaseFileSetCheckTestSupport
|
|||
}
|
||||
|
||||
// Need to fix the line endings in the input file
|
||||
@Ignore @Test
|
||||
@Ignore
|
||||
@Test
|
||||
public void testCarriageReturn() throws Exception
|
||||
{
|
||||
final String illegal = "\\r";
|
||||
|
|
|
|||
Loading…
Reference in New Issue