juanfranblanco / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
MIT License
892 stars 190 forks source link

Add Solhint linter against with Solium #34

Closed idrabenia closed 6 years ago

idrabenia commented 6 years ago

Hi Guys!

We developed linter for Solidity that allow to find security vulnerabilities, validate style guide compliance and best practice accordance.

Is it ok - if I implement integration of this plugin to vscode-solidity both with solium. End user it will have possibilities to select needed linter.

What do you think @juanfranblanco?

Thanks! - Ilya

juanfranblanco commented 6 years ago

hi @idrabenia ,

Sure no problem :) If the user has the option it is great.

juanfranblanco commented 6 years ago

It is released now :) thanks @idrabenia