Skip to content

Commit

Permalink
Fix import issue in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Feb 4, 2024
1 parent 60a1521 commit 5573f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Review/Rule.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ and by reading the value at `<output>.extracts["YourRuleName"]` in the output.
|> Rule.withDataExtractor dataExtractor
|> Rule.fromProjectRuleSchema
dataExtractor : ProjectContext -> Encode.Value
dataExtractor : ProjectContext -> Json.Encode.Value
dataExtractor projectContext =
Json.Encode.list
(\thing ->
Expand Down

0 comments on commit 5573f0a

Please sign in to comment.