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
904 stars 194 forks source link

`// solhint-disable-next-line` comment directive doesn't work #290

Open ghost opened 3 years ago

ghost commented 3 years ago

solhint cli supports comment directives for ignoring warnings, but these don't seem to work from the plugin

juanfranblanco commented 3 years ago

hi @doplumi thanks Ill have a look

greenlucid commented 2 years ago

Got this as well. Changing to solium and using solium-disable doesn't work either

CryptoKiddies commented 2 years ago

None of the disable directives seem to work while I have the vscode solidity extension enabled