mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'origin/develop' into breaking
This commit is contained in:
@@ -374,8 +374,10 @@ Output Description
|
||||
"component": "general",
|
||||
// Mandatory ("error" or "warning")
|
||||
"severity": "error",
|
||||
// Optional: unique code for the cause of the error
|
||||
"errorCode": "3141",
|
||||
// Mandatory
|
||||
"message": "Invalid keyword"
|
||||
"message": "Invalid keyword",
|
||||
// Optional: the message formatted with source location
|
||||
"formattedMessage": "sourceFile.sol:100: Invalid keyword"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user