Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade solhint to 2.1.0 #1781

Merged
merged 2 commits into from May 30, 2019
Merged

Conversation

fvictorio
Copy link
Contributor

Fixes no issue.

Upgrade solhint to 2.1.0. extends: default doesn't work anymore, so I changed it to solhint:recommended.

I also disabled the mark-callable-contracts and compiler-version rules, since they were throwing a lot of warnings. I guess you'll want to enable compiler-version back, since @nventuro was the one that kindly added it to solhint.

Finally, I changed all the falses to "off" in .solhint.json, since we are favoring that style now (it's more consistent and eslint-y).

@nventuro
Copy link
Contributor

Awesome @fvictorio, thanks a lot! Could you enable compiler-version to target ^0.5.0?

@fvictorio
Copy link
Contributor Author

@nventuro Sure, done!

@nventuro nventuro merged commit 96e4950 into OpenZeppelin:master May 30, 2019
@fvictorio fvictorio deleted the upgrade-solhint branch May 30, 2019 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants