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
871 stars 187 forks source link

Annoying linting errors on solidity code which is from somewhere else. #419

Open thenua3bhai opened 10 months ago

thenua3bhai commented 10 months ago

Hi @juanfranblanco
I want to turn off these linitng errors,which should be warning but showing as error.
Like Linter: 'before' should start with _ [private-vars-leading-underscore] and making red the filename like it has an error but it hasn't.

//here error is showing with red ~ sign
 function before() internal {
//
}