Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/tests/detectors/naming-convention/naming_convention_ignore.so...

76 lines
3.3 KiB

[
[
{
"elements": [
{
"type": "struct",
"name": "test3",
"source_mapping": {
"start": 320,
"length": 36,
"filename_used": "/GENERIC_PATH",
"filename_relative": "tests/detectors/naming-convention/naming_convention_ignore.sol",
"filename_absolute": "/GENERIC_PATH",
"filename_short": "tests/detectors/naming-convention/naming_convention_ignore.sol",
"is_dependency": false,
"lines": [
18,
19,
20
],
"starting_column": 5,
"ending_column": 6
},
"type_specific_fields": {
"parent": {
"type": "contract",
"name": "naming",
"source_mapping": {
"start": 61,
"length": 299,
"filename_used": "/GENERIC_PATH",
"filename_relative": "tests/detectors/naming-convention/naming_convention_ignore.sol",
"filename_absolute": "/GENERIC_PATH",
"filename_short": "tests/detectors/naming-convention/naming_convention_ignore.sol",
"is_dependency": false,
"lines": [
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
],
"starting_column": 1,
"ending_column": 2
}
}
},
"additional_fields": {
"target": "structure",
"convention": "CapWords"
}
}
],
"description": "Struct naming.test3 (tests/detectors/naming-convention/naming_convention_ignore.sol#18-20) is not in CapWords\n",
"markdown": "Struct [naming.test3](tests/detectors/naming-convention/naming_convention_ignore.sol#L18-L20) is not in CapWords\n",
"id": "34b66b0b5acf6c00b066dd7f5bbcdbc6f3879ab5ece850f113d00e3318eac10f",
"check": "naming-convention",
"impact": "Informational",
"confidence": "High"
}
]
]