Skip to content

Commit

Permalink
feat(#2506): codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 16, 2023
1 parent 85e39c2 commit 20461a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# package name contains capital letter and such names are conventional.
exclude_paths:
- "eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java"
- "eo-maven-plugin/src/it/hash_package_layer/src/main/java/EOorg/EOeolang/Heaps.java"
- "eo-maven-plugin/src/it/hash_package_layer/src/main/java/EOorg/EOeolang/package-info.java"
2 changes: 1 addition & 1 deletion eo-maven-plugin/src/it/hash_package_layer/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ final String[] files = [
]

files.each { assert new File(basedir, String.join(File.separator, sources, it)).exists() }
files.each {assert new File(basedir, String.join(File.separator, sources, hash, it)).exists()}
files.each { assert new File(basedir, String.join(File.separator, sources, hash, it)).exists() }

true

0 comments on commit 20461a0

Please sign in to comment.