Skip to content

Commit

Permalink
Updated for API change
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Feb 10, 2023
1 parent 6308d57 commit ed7cad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/test/org/ejml/TestEnforceCodeStandards.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Peter Abeles. All Rights Reserved.
* Copyright (c) 2023, Peter Abeles. All Rights Reserved.
*
* This file is part of Efficient Java Matrix Library (EJML).
*
Expand Down Expand Up @@ -53,7 +53,7 @@ public class TestEnforceCodeStandards {
String pathToMain = path("main");

CheckForbiddenLanguage checker = new CheckForbiddenLanguage();
CheckForbiddenHelper.forbidNonExplicitVar(checker, true);
CheckForbiddenHelper.forbidNonExplicitVar(checker, true, true);
CheckForbiddenHelper.forbidForEach(checker);

File[] moduleDirectories = new File(pathToMain).listFiles();
Expand Down

0 comments on commit ed7cad3

Please sign in to comment.