facebook / facebook/flow

flowconfig [ignore] not working

Open
#5,641 10 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
22.3k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

I am ignoring test files and gif files using [ignore] of flowconfig but it's not ignoring
**Error for GIF file**: Malformed Unicode

**Project structure**
```
/root
/node_modules
/src
/component
index.js
index.test.js
index.gif
flowconfig
```

**flowconfig**
```
[ignore]
node_modules
*.test

[libs]
src

[options]
munge_underscores=true
```

```
> flow check

Library parse error:
src/components/Loader/loader.gif:0
Malformed unicode
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.