Skip to content

Commit

Permalink
Clean up ReviewConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfadex committed Sep 24, 2024
1 parent ce23a88 commit 719ad7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,14 @@ config =
{ document = onlyExposed
, from = exposedModules
}
-- , Docs.ReviewLinksAndSections.rule
, Docs.ReviewAtDocs.rule
-- , Docs.UpToDateReadmeLinks.rule
, NoConfusingPrefixOperator.rule
, NoDebug.Log.rule
, NoDebug.TodoOrToString.rule
|> Rule.ignoreErrorsForDirectories [ "tests/" ]
, NoExposingEverything.rule
, NoImportingEverything.rule []
, NoMissingTypeAnnotation.rule
-- , NoMissingTypeAnnotationInLetIn.rule
, NoMissingTypeExpose.rule
, NoSimpleLetBody.rule
, NoPrematureLetComputation.rule
Expand All @@ -73,4 +70,8 @@ config =
}
, NoRedundantlyQualifiedType.rule
, Review.ImportSimple.rule
-- TODO: These would be nice to have, but not necessary yet
-- , Docs.ReviewLinksAndSections.rule
-- , Docs.UpToDateReadmeLinks.rule
-- , NoMissingTypeAnnotationInLetIn.rule
]

0 comments on commit 719ad7c

Please sign in to comment.