[{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Contract 'naming' (tests/naming_convention.sol#3-48) is not in CapWords\n","type":"contract","convention":"CapWords","name":{"name":"naming","source_mapping":{"start":28,"length":642,"filename":"tests/naming_convention.sol","lines":[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Struct 'naming.test' (tests/naming_convention.sol#14-16) is not in CapWords\n","type":"structure","convention":"CapWords","name":{"name":"test","source_mapping":{"start":229,"length":35,"filename":"tests/naming_convention.sol","lines":[14,15,16]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Event 'naming.event_' (tests/naming_convention.sol#23) is not in CapWords\n","type":"event","convention":"CapWords","name":{"name":"event_","source_mapping":{"start":335,"length":19,"filename":"tests/naming_convention.sol","lines":[23]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Function 'naming.GetOne' (tests/naming_convention.sol#30-33) is not in mixedCase\n","type":"function","convention":"mixedCase","name":{"name":"GetOne","source_mapping":{"start":440,"length":75,"filename":"tests/naming_convention.sol","lines":[30,31,32,33]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Parameter 'Number2' of naming.setInt (tests/naming_convention.sol#35) is not in mixedCase\n","type":"parameter","convention":"mixedCase","name":{"name":"Number2","source_mapping":{"start":551,"length":12,"filename":"tests/naming_convention.sol","lines":[35]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Constant 'naming.MY_other_CONSTANT' (tests/naming_convention.sol#9) is not in UPPER_CASE_WITH_UNDERSCORES\n","type":"variable_constant","convention":"UPPER_CASE_WITH_UNDERSCORES","name":{"name":"MY_other_CONSTANT","source_mapping":{"start":143,"length":35,"filename":"tests/naming_convention.sol","lines":[9]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Variable 'naming.Var_One' (tests/naming_convention.sol#11) is not in mixedCase\n","type":"variable","convention":"mixedCase","name":{"name":"Var_One","source_mapping":{"start":185,"length":16,"filename":"tests/naming_convention.sol","lines":[11]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Enum 'naming.numbers' (tests/naming_convention.sol#6) is not in CapWords\n","type":"enum","convention":"CapWords","name":{"name":"numbers","source_mapping":{"start":79,"length":23,"filename":"tests/naming_convention.sol","lines":[6]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Modifier 'naming.CantDo' (tests/naming_convention.sol#41-43) is not in mixedCase\n","type":"modifier","convention":"mixedCase","name":{"name":"CantDo","source_mapping":{"start":591,"length":36,"filename":"tests/naming_convention.sol","lines":[41,42,43]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Parameter '_used' of T.test (tests/naming_convention.sol#59) is not in mixedCase\n","type":"parameter","convention":"mixedCase","name":{"name":"_used","source_mapping":{"start":794,"length":10,"filename":"tests/naming_convention.sol","lines":[59]}}},{"check":"naming-convention","impact":"Informational","confidence":"High","description":"Variable 'T._myPublicVar' (tests/naming_convention.sol#56) is not in mixedCase\n","type":"variable","convention":"mixedCase","name":