protofire/solhint

Add easily accessible list of depreciated rules

chriscrutt opened this issue · 2 comments

For example, I have every rule enabled in VSCode just to see what I can make more uniform, etc. After trying to figure out how to mark an external contract as trusted, I found that that rule was depreciated.

I haven't had time to look through each rule and see what is depreciated and what isn't but it'd be nice if there was an easy way to filter through or see what is depreciated.

Good point
I added a deprecated mark on this readme
https://github.com/protofire/solhint/blob/master/docs/rules.md
In this PR
#444