dead-code-detection icon indicating copy to clipboard operation
dead-code-detection copied to clipboard

Results 4 dead-code-detection issues
Sort by recently updated
recently updated
newest added

First, does `dead-code-detection` find stuff that GHC's `-Wall` (eg. `-Wunused-local-binds`, ...) doesn't? Secondly, this is the current `--help` text: dead-code-detection [OPTIONS] -i STRING (multiple possible) --source-dirs=STRING (multiple possible) -e STRING...

Would be much easier to use. As per #14 this might require some library upgrades.

Often the record selectors on a record serve both as a way to access the field, and as documentation for what the field contains. Perhaps for unused selectors say they...

I think at least missing imported modules are being reported without source location.