File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
src/main/java/net/javadiscord/javabot Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ See https://checkstyle.org/ for more information.
6969 <module name =" UnnecessarySemicolonInEnumeration" />
7070 <module name =" UnnecessarySemicolonInTryWithResources" />
7171 <module name =" InnerTypeLast" />
72- <module name =" HideUtilityClassConstructor" />
7372 <module name =" InterfaceIsType" />
7473 <module name =" MutableException" />
7574 <module name =" OneTopLevelClass" />
Original file line number Diff line number Diff line change 1- <suppressions >
2- <suppress files =" SpringBootApplication.java" checks =" HideUtilityClassConstructor" />
3- </suppressions >
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ public class Bot {
107107 * @param args Command-line arguments.
108108 * @throws Exception If any exception occurs during bot creation.
109109 */
110- @ SuppressWarnings ("checkstyle:hideutilityclassconstructor" )
111110 public static void main (String [] args ) throws Exception {
112111 TimeZone .setDefault (TimeZone .getTimeZone (ZoneOffset .UTC ));
113112 config = new BotConfig (Path .of ("config" ));
You can’t perform that action at this time.
0 commit comments