Skip to content

Commit

Permalink
#2433: Config codacy to exclude path
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 24, 2023
1 parent e0d6feb commit a262e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# are not available for the project. For example a lot of
# package name contains capital letter and such names are conventional.
exclude_paths:
- "eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java"
1 change: 0 additions & 1 deletion eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* @since 0.1
* @checkstyle TypeNameCheck (4 lines)
*/
@SuppressWarnings("PMD.PackageCase")
public class EOintTest {

@Test
Expand Down

0 comments on commit a262e4b

Please sign in to comment.