ZeppelinSolutions / solium-plugin-zeppelin

[DEPRECATED] Solium plugin for Zeppelin audits
MIT License
17 stars 10 forks source link

Possible EventEmitter memory leak on no-unchecked-send #16

Open come-maiz opened 6 years ago

come-maiz commented 6 years ago

I tried running the no-unchecked-send rule on the zeppelin-solidity project, and it reported:

(node:8223) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 CallExpression listeners added. Use emitter.setMaxListeners() to increase limit

come-maiz commented 6 years ago

This is not caused by this rule. This message appears when there are many rules in the .soliumrc.json file.