You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 configuresrc/**/*.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.
The text was updated successfully, but these errors were encountered: