Default is not catching any errors.
allwin199 opened this issue · 4 comments
{
"extends": "solhint:default"
}
when this is used, solhint doesn't respond with anything.
Only while using recommended
it works
{
"extends": "solhint:recommended"
}
Let me know If am missing something.
@worksofallwin
Thanks a lot for posting
The solhint:default
configuration contains only two rules: max-line-length
& no-console
This piece of information is not specified
I already made a PR putting that clarification on the readme file
Any further questions, feel free to ask.
Thanks for the reply,
Since more info about solhint:default
is not available. It is confusing.
Once your PR is merged. I think it will address this issue.
yes, I completely understand... It happened to me as well at first... I mean... default was doing nothing... I dove into the code and found out why... then I made the PR so nobody suffer again! :)
cheers!