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

Error on new security rules #30

Closed nuevoalex closed 6 years ago

nuevoalex commented 6 years ago

If I try to use one of the newer security rules I get an error when running Solium:

✖ [Fatal error] - An error occurred while linting over /home/alex/Work/augur-core/source/contracts/Augur.sol: An error occured while trying to load rules: Unable to load Plugin "solium-plugin-securtiy"

This is when I include something like

"securtiy/else-after-elseif": "error",

when using solium 1.0.9

duaraghav8 commented 6 years ago

@nuevoalex there are 2 problems:

nuevoalex commented 6 years ago

Not urgent! Thanks for catching my typo.