Skip to content

Commit ec38fb4

Browse files
committed
Update Tests apps to ignore unnecessary checkstyle request
1 parent 5e58121 commit ec38fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/app/TaskLauncherSinkApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/**
2424
* @author Glenn Renfro
2525
*/
26+
// @checkstyle:off
2627
@SpringBootApplication
2728
@EnableTaskLauncher
2829
public class TaskLauncherSinkApplication {

spring-cloud-task-stream/src/test/java/org/springframework/cloud/task/launcher/app/TaskLauncherSinkApplication.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* @author Glenn Renfro
2525
*/
26-
// @checkstyle:on
26+
// @checkstyle:off
2727
@SpringBootApplication
2828
@EnableTaskLauncher
2929
public class TaskLauncherSinkApplication {
@@ -33,4 +33,3 @@ public static void main(String[] args) {
3333
}
3434

3535
}
36-
// @checkstyle:off

0 commit comments

Comments
 (0)