rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

[Feature Request] Support `globs` for `suppress` and `unsuppress`.

Open Kingdutch opened this issue 3 years ago • 0 comments

Use case: I'm working on Storybook support and have my stories inline as .stories.res. The output of those files is used by Storybook and thus not by ReScript code. So I'd like to be able to configure src/**/*.stories.res as supressed to indicate that reanalyze should treat those files as live.

Ideally I'd only supress the dead code check and not other checks.

Kingdutch avatar Jul 21 '22 13:07 Kingdutch