Skip to content

Commit

Permalink
Update Tests apps to ignore unnecessary checkstyle request
Browse files Browse the repository at this point in the history
  • Loading branch information
cppwfs committed Feb 7, 2025
1 parent 5e58121 commit ec38fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
/**
* @author Glenn Renfro
*/
// @checkstyle:off
@SpringBootApplication
@EnableTaskLauncher
public class TaskLauncherSinkApplication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* @author Glenn Renfro
*/
// @checkstyle:on
// @checkstyle:off
@SpringBootApplication
@EnableTaskLauncher
public class TaskLauncherSinkApplication {
Expand All @@ -33,4 +33,3 @@ public static void main(String[] args) {
}

}
// @checkstyle:off

0 comments on commit ec38fb4

Please sign in to comment.