Skip to content

Commit

Permalink
Fix error for unparsable configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Nov 3, 2024
1 parent 050ca19 commit 27305f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"title": "TEMPLATE ELM.JSON PARSING ERROR",
"path": "<local-path>/test/project-with-errors/review/elm.json",
"message": [
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 137"
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 135"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"title": "TEMPLATE ELM.JSON PARSING ERROR",
"path": "<local-path>/test/project-with-errors/review/elm.json",
"message": [
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 137"
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 135"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,
but I encountered a problem when parsing it:

Unexpected token / in JSON at position 137
Unexpected token / in JSON at position 135

0 comments on commit 27305f4

Please sign in to comment.