Skip to content

Commit

Permalink
Test suppress with squid
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 25, 2024
1 parent 00adf46 commit 42f3f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/simplify4u/test/TestApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class TestApp {

private static final Logger LOGGER = Logger.getAnonymousLogger();

@SuppressWarnings("squid:S1176")
public static void main(String[] args) {
new TestApp().run();
}
Expand Down

0 comments on commit 42f3f90

Please sign in to comment.