mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Document formattedMessage
This commit is contained in:
parent
c22ba03417
commit
92fd66e4b4
@ -185,6 +185,8 @@ Output Description
|
|||||||
severity: "error",
|
severity: "error",
|
||||||
// Mandatory
|
// Mandatory
|
||||||
message: "Invalid keyword"
|
message: "Invalid keyword"
|
||||||
|
// Optional: the message formatted with source location
|
||||||
|
formattedMessage: "sourceFile.sol:100: Invalid keyword"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// This contains the file-level outputs. In can be limited/filtered by the outputSelection settings.
|
// This contains the file-level outputs. In can be limited/filtered by the outputSelection settings.
|
||||||
|
Loading…
Reference in New Issue
Block a user