beaugunderson / vscode-solidity-extended

✏ Solidity support for VSCode
https://marketplace.visualstudio.com/items?itemName=beaugunderson.solidity-extended
Other
10 stars 9 forks source link

"solium error: Error: A valid definition for rule 'quotes' not found. Description:" #7

Open elie222 opened 6 years ago

elie222 commented 6 years ago

I'm seeing this error a lot when I open files:

solium error: Error: A valid definition for rule 'quotes' not found. Description:

Any idea why?

speakerwiggin commented 5 years ago

@elie222 looks like there's two issues here:

  1. This extention's solium version is out of date, and
  2. The extension is not properly using the local version of solium

I was able to fix this issue by following the steps here: https://github.com/beaugunderson/vscode-solidity-extended/issues/3#issuecomment-344560887

skrafft commented 5 years ago

In the context of multi-projects workspace, I published a pull request for this: #9