Skip to content

Issue: IF directory depth level > 6, enry does not work/does not detect the files #20

@saulfm08

Description

@saulfm08

If you have an application that has many directories where directory depth level > 6, enry will show inaccurate results:

host:/code# enry -breakdown
84.66%	Shell
15.34%	Java

Java
src/main/java/com/test/tesb/app/saul-main.java

Shell
src/main/scripts/service.sh

But if we move the saul-main.java file down one more level env displays inaccurate results

host:/code# mv src/main/java/com/test/tesb/app/saul-main.java src/main/java/com/test/tesb/app/
cache/          saul-main.java  
host:/code# mv src/main/java/com/test/tesb/app/saul-main.java src/main/java/com/test/tesb/app/cache/
host:/code# enry -breakdown
100.00%	Shell

Shell
src/main/scripts/service.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions