Skip to content

Commit

Permalink
Merge pull request #1916 from input-output-hk/scp-168
Browse files Browse the repository at this point in the history
SCP-168 change hole severity to warning
  • Loading branch information
shmish111 authored Mar 26, 2020
2 parents 6db2b58 + 7ffd25a commit 39fe45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-playground-client/src/Marlowe/Linter.purs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ holeToMarker hole@(MarloweHole { name, marloweType, row, column }) m constructor
, endColumn: column + (length name) + 1
, endLineNumber: row
, message: "Found hole of type " <> (dropEnd 4 $ show marloweType)
, severity: markerSeverity "Hint"
, severity: markerSeverity "Warning"
, code: ""
, source: ""
}
Expand Down

0 comments on commit 39fe45c

Please sign in to comment.