mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-26 03:04:48 +03:00
Add TODOs for missing documentation to be able to preview docs
This commit is contained in:
parent
1d62157ed9
commit
013411dd3e
@ -265,6 +265,8 @@ type alias InAndOut visitor =
|
||||
-- RULE TYPES
|
||||
|
||||
|
||||
{-| TODO
|
||||
-}
|
||||
runRules : List Rule -> Project -> ( List Error, List Rule )
|
||||
runRules rules project =
|
||||
List.foldl
|
||||
@ -488,6 +490,8 @@ makeFinalEvaluation finalEvaluationFns ( previousErrors, context ) =
|
||||
-- PROJECT RULES
|
||||
|
||||
|
||||
{-| TODO
|
||||
-}
|
||||
type ProjectRuleSchema projectContext moduleContext
|
||||
= ProjectRuleSchema
|
||||
{ name : String
|
||||
@ -510,6 +514,8 @@ type TraversalType
|
||||
| ImportedModulesFirst
|
||||
|
||||
|
||||
{-| TODO
|
||||
-}
|
||||
newProjectRuleSchema :
|
||||
String
|
||||
->
|
||||
@ -1319,6 +1325,8 @@ withModuleElmJsonVisitor visitor (ModuleRuleSchema schema) =
|
||||
ModuleRuleSchema { schema | elmJsonVisitors = visitor :: schema.elmJsonVisitors }
|
||||
|
||||
|
||||
{-| TODO
|
||||
-}
|
||||
withModuleDependenciesVisitor :
|
||||
(Dict String Elm.Docs.Module -> context -> context)
|
||||
-> ModuleRuleSchema { anything | withModuleDependenciesVisitor : () } context
|
||||
|
Loading…
Reference in New Issue
Block a user