Fix AnnotationLocation violation in Checkstyle codebase, issue #945

This commit is contained in:
Michal Kordas 2015-04-26 16:29:38 +02:00 committed by Roman Ivanov
parent f374e2e7a0
commit 51b2114e61
2 changed files with 3 additions and 1 deletions

View File

@ -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"/>

View File

@ -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";