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

failures in travis: Unable to load Plugin #31

Closed come-maiz closed 6 years ago

come-maiz commented 6 years ago

Hey @duaraghav8, do you know why travis is failing like this?

Error: An error occured while trying to load rules: Unable to load Plugin "solium-plugin-security".

https://travis-ci.org/duaraghav8/solium-plugin-security/builds/318629461

duaraghav8 commented 6 years ago

This plugin (and all other solium plugins) need to be globally available to be tested (npm link is run in the root dir of the plugin). I need to figure out a way to inject that command to travis, and then this build error will go away. You can run the same test suite on local machine (see readme developer setup)