Open
Description
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.