duaraghav8 / solium-plugin-security

The Official Security Plugin for Ethlint (formerly Solium)
http://npmjs.com/package/solium-plugin-security
MIT License
44 stars 12 forks source link

no-call-value: recommend only 'transfer' not 'send' #6

Closed duaraghav8 closed 6 years ago

duaraghav8 commented 6 years ago

we will soon be having a no-send security rule (https://github.com/duaraghav8/solium-plugin-security/pull/5) So the plugin shouldn't recommend the user to use 'send' or 'transfer' in place of call.value. Recommend only transfer