Contract naming (tests/naming_convention.sol#3-48) is not in CapWords Struct naming.test (tests/naming_convention.sol#14-16) is not in CapWords Event namingevent_(uint256) (tests/naming_convention.sol#23) is not in CapWords Function naming.GetOne() (tests/naming_convention.sol#30-33) is not in mixedCase Parameter naming.setInt(uint256,uint256).Number2 (tests/naming_convention.sol#35) is not in mixedCase Constant naming.MY_other_CONSTANT (tests/naming_convention.sol#9) is not in UPPER_CASE_WITH_UNDERSCORES Variable naming.Var_One (tests/naming_convention.sol#11) is not in mixedCase Enum naming.numbers (tests/naming_convention.sol#6) is not in CapWords Modifier naming.CantDo() (tests/naming_convention.sol#41-43) is not in mixedCase Parameter T.test(uint256,uint256)._used (tests/naming_convention.sol#59) is not in mixedCase Variable T._myPublicVar (tests/naming_convention.sol#56) is not in mixedCase Variable T.l (tests/naming_convention.sol#67) used l, O, I, which should not be used Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#conformance-to-solidity-naming-conventions tests/naming_convention.sol analyzed (4 contracts with 1 detectors), 12 result(s) found