rescript-vscode
rescript-vscode copied to clipboard
[Feature Request] Support `globs` for `suppress` and `unsuppress`.
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.