hegel icon indicating copy to clipboard operation
hegel copied to clipboard

Include is not working as expected

Open antonkatz opened this issue 5 years ago • 1 comments

If my config look like this:

    - ./**/*.js```

I get an error (as I'm supposed to)

But if my config looks like this:
```include:
    - ./**/*.js
    - ./integrations/*.js
    - ./__test__/*.js```

`hegel` says that there is no errors. It's as if it stops parsing the files.

antonkatz avatar Jul 31 '20 19:07 antonkatz

Oh, will try to find and fix it ASAP. Thank you a lot for the issue. You are awesome :3

JSMonk avatar Jul 31 '20 20:07 JSMonk