Update Tests apps to ignore unnecessary checkstyle request

This commit is contained in:
Glenn Renfro
2025-02-07 08:52:22 -05:00
parent 5e581215ab
commit ec38fb47a3
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ import org.springframework.cloud.task.launcher.annotation.EnableTaskLauncher;
/**
* @author Glenn Renfro
*/
// @checkstyle:off
@SpringBootApplication
@EnableTaskLauncher
public class TaskLauncherSinkApplication {

View File

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