Update Tests apps to ignore unnecessary checkstyle request
This commit is contained in:
@@ -23,6 +23,7 @@ import org.springframework.cloud.task.launcher.annotation.EnableTaskLauncher;
|
||||
/**
|
||||
* @author Glenn Renfro
|
||||
*/
|
||||
// @checkstyle:off
|
||||
@SpringBootApplication
|
||||
@EnableTaskLauncher
|
||||
public class TaskLauncherSinkApplication {
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.cloud.task.launcher.annotation.EnableTaskLauncher;
|
||||
/**
|
||||
* @author Glenn Renfro
|
||||
*/
|
||||
// @checkstyle:on
|
||||
// @checkstyle:off
|
||||
@SpringBootApplication
|
||||
@EnableTaskLauncher
|
||||
public class TaskLauncherSinkApplication {
|
||||
@@ -33,4 +33,3 @@ public class TaskLauncherSinkApplication {
|
||||
}
|
||||
|
||||
}
|
||||
// @checkstyle:off
|
||||
|
||||
Reference in New Issue
Block a user