Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Disable dead code hints

$
0
0

@zooshme I’ve used @dead but i want to disable it globally for now. Using the reanalyze config to suppress everything worked per @zth’s suggestion. Like so:

rescript.json

  "reanalyze": {
    "suppress": ["src"]
  },

Viewing all articles
Browse latest Browse all 2592

Trending Articles