ZeppelinSolutions / solium-plugin-zeppelin

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

Move the highlight comments to a config option #12

Open come-maiz opened 6 years ago

come-maiz commented 6 years ago

On the highlight-comments rule, we define a list of comments that will report a warning.

It seems that solium allows to define configuration options for plugins, so maybe we can turn this list into something we can easily configure. Look at this rule for example: https://github.com/duaraghav8/Solium/blob/master/lib/rules/quotes.js#L38