parent
b35d97d72d
commit
866cc44d61
@ -1,16 +1,16 @@ |
|||||||
export default { |
export default { |
||||||
"Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing \"SPDX-License-Identifier: <SPDX-License>\" to each source file. Use \"SPDX-License-Identifier: UNLICENSED\" for non-open-source code. Please see https://spdx.org for more information.": { |
"Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing \"SPDX-License-Identifier: <SPDX-License>\" to each source file. Use \"SPDX-License-Identifier: UNLICENSED\" for non-open-source code. Please see https://spdx.org for more information.": { |
||||||
"title": "Add open-source license", |
"title": "Add open-source license", |
||||||
"message": "// SPDX-License-Identifier: GPL-3.0" |
"message": "// SPDX-License-Identifier: GPL-3.0" |
||||||
}, |
}, |
||||||
"Warning: Source file does not specify required compiler version! Consider adding" : { |
"Warning: Source file does not specify required compiler version! Consider adding" : { |
||||||
"title": "Add pragma line", |
"title": "Add pragma line", |
||||||
"message": "pragma solidity ^0.*.*;", |
"message": "pragma solidity ^0.*.*;", |
||||||
"range": { |
"range": { |
||||||
startLineNumber: 2, |
startLineNumber: 2, |
||||||
endLineNumber: 2, |
endLineNumber: 2, |
||||||
startColumn: 1, |
startColumn: 1, |
||||||
endColumn: 1 |
endColumn: 1 |
||||||
} |
|
||||||
} |
} |
||||||
|
} |
||||||
} |
} |
Loading…
Reference in new issue