This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Open
Conversation
468a1eb to
b1e98af
Compare
b1e98af to
8c2ade8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0-rc.4->3.4.1Release Notes
protofire/solhint
v3.4.1Compare Source
Updated
Added
Fixed
v3.4.0Compare Source
Updated
Added
Fixed
v3.3.8Compare Source
Fixed Docs and Typos
Updated
v3.3.7Compare Source
v3.3.6Compare Source
This version upgrades
@solidity-parser/parserto the latest version (v0.13.2). It also includes a fix for #290.v3.3.5Compare Source
v3.3.4Compare Source
This release fixes an issue with the
orderingrule #274v3.3.3Compare Source
v3.3.2Compare Source
This release upgrades the parser, adding support for file-level functions and constants.
It also fixes issues #249 and #258.
v3.3.1Compare Source
This release fixes an issue that was making solhint's package to include a lot of unnecessary stuff.
Thanks to @cruzdanilo for the PR!
v3.3.0Compare Source
This release adds the
comprehensive-interfacerule, that checks that all your public methods are overrides. This is useful to make sure that the API of your contract is extracted to an interface. This rule is not included in thedefaultorrecommendedrulesets.Thanks to @nventuro for suggesting it!
v3.2.2Compare Source
v3.2.1Compare Source
This version adds support for solidity 0.7.1.
v3.2.0Compare Source
v3.1.0Compare Source
v3.0.0Compare Source
Solhint 3.0 is finally released! This release brings several changes, hopefully for good 🙂
You can try it out by upgrading your existing installation to
3.0.0. If you have feedback or found a bug, please open an issue.Change underlying parser
We changed the solidity parser we were using for a higher level library. This might seem like an implementation detail, but the practical implication is that now writing plugins should be much easier. Of course, this also means that existing plugins will need to be re-written, but it shouldn't be a lot of work. If you have a plugin (or want to write one), feel free to ask us for help. And don't forget to read the plugins guide.
Autofix support
We added support for autofix in solhint, and implemented it for a couple of simple cases (
avoid-throwandavoid-sha3), but we plan to add it to more rules.Breaking changes
compiler-fixedandcompiler-gt-0_4were removed. You can usecompiler-versioninstead.mark-callable-contractswas removed from thesolhint:recommendedruleset.v3.0.0-rc.8Compare Source
Fix problem with
no-unused-varsand new call syntax.Better error handling when a plugin is loaded.
v3.0.0-rc.7Compare Source
v3.0.0-rc.6Compare Source
v3.0.0-rc.5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.