Skip to content

Commit

Permalink
Force failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 29, 2023
1 parent ee7a616 commit 2e3099a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63763,6 +63763,7 @@
@Test
- public void testExample14() throws Exception {
+ void example14() throws Exception {
// FOO
final String[] expected = {};

verifyWithInlineConfigParser(getPath("Example14.txt"), expected);
1 change: 1 addition & 0 deletions integration-tests/checkstyle-10.12.4-expected-warnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ src/test/java/com/puppycrawl/tools/checkstyle/utils/CheckUtilTest.java:[71,8] [J
src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathQueryGeneratorTest.java:[205,8] [JUnitMethodDeclaration] This method's name should not redundantly start with `test` (but note that `package` is not a valid identifier)
src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathQueryGeneratorTest.java:[219,8] [JUnitMethodDeclaration] This method's name should not redundantly start with `test` (but note that `import` is not a valid identifier)
src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathQueryGeneratorTest.java:[265,8] [JUnitMethodDeclaration] This method's name should not redundantly start with `test` (but note that `switch` is not a valid identifier)
// FOO

0 comments on commit 2e3099a

Please sign in to comment.