Skip to content

Commit

Permalink
Update review config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed May 28, 2024
1 parent 8f9843e commit 0088b61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ config : List Rule
config =
[ NoMissingTypeExpose.rule
, NoUnused.Dependencies.rule
, Docs.NoMissing.rule
{ document = onlyExposed
, from = exposedModules
}
, Docs.ReviewLinksAndSections.rule
, Docs.ReviewAtDocs.rule
, Docs.UpToDateReadmeLinks.rule
Expand All @@ -52,7 +48,6 @@ config =
, NoExposingEverything.rule
, NoImportingEverything.rule []
, NoMissingTypeAnnotation.rule
, NoMissingTypeAnnotationInLetIn.rule
, NoSimpleLetBody.rule
, NoPrematureLetComputation.rule
, NoUnused.CustomTypeConstructors.rule []
Expand Down

0 comments on commit 0088b61

Please sign in to comment.