Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

modularise the files #1

Closed
fommil opened this issue Apr 14, 2018 · 0 comments
Closed

modularise the files #1

fommil opened this issue Apr 14, 2018 · 0 comments

Comments

@fommil
Copy link
Contributor

fommil commented Apr 14, 2018

Let's split the disable rules into various files (or lists within one file) that indicate why something is banned:

  • explicitly disabled
  • disabled as synthetics
  • explicitly or synthetically disabled
  • IO not required
  • allowed via Maybe.attempt (and friends)
  • allowed via Maybe.fromNullable (and friends)

With these files we can construct the rules we need without duplication. e.g. deterministic exceptions should not require IO (in its excludes list) but present in the attempt list.

and then a "recommend" list after that of other rules.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant