This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Update dependency solhint to v3.4.1 #31
Open
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.1
Release Notes
protofire/solhint
v3.4.1
Compare Source
Updated
Added
Fixed
v3.4.0
Compare Source
Updated
Added
Fixed
v3.3.8
Compare Source
Fixed Docs and Typos
Updated
v3.3.7
Compare Source
v3.3.6
Compare Source
This version upgrades
@solidity-parser/parser
to the latest version (v0.13.2). It also includes a fix for #290.v3.3.5
Compare Source
v3.3.4
Compare Source
This release fixes an issue with the
ordering
rule #274v3.3.3
Compare Source
v3.3.2
Compare Source
This release upgrades the parser, adding support for file-level functions and constants.
It also fixes issues #249 and #258.
v3.3.1
Compare 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.0
Compare Source
This release adds the
comprehensive-interface
rule, 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 thedefault
orrecommended
rulesets.Thanks to @nventuro for suggesting it!
v3.2.2
Compare Source
v3.2.1
Compare Source
This version adds support for solidity 0.7.1.
v3.2.0
Compare Source
v3.1.0
Compare Source
v3.0.0
Compare 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-throw
andavoid-sha3
), but we plan to add it to more rules.Breaking changes
compiler-fixed
andcompiler-gt-0_4
were removed. You can usecompiler-version
instead.mark-callable-contracts
was removed from thesolhint:recommended
ruleset.v3.0.0-rc.8
Compare Source
Fix problem with
no-unused-vars
and new call syntax.Better error handling when a plugin is loaded.
v3.0.0-rc.7
Compare Source
v3.0.0-rc.6
Compare Source
v3.0.0-rc.5
Compare 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.