Skip to content

Commit

Permalink
objectionary#3058: excluded path
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed May 2, 2024
1 parent 66c72b9 commit e4b8c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ exclude_paths:
- "eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOread.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOwrite.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/EOmallocTest.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/EoClassesArePublicTest.java"
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Test that all EO.. classes are public.
* @since 0.38
*/
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "PMD.PackageCase"})
@SuppressWarnings("JTCOP.RuleAllTestsHaveProductionClass")
public class EoClassesArePublicTest {

@Test
Expand Down

0 comments on commit e4b8c0e

Please sign in to comment.