Releases: duaraghav8/Ethlint
Releases · duaraghav8/Ethlint
v1.1.3
- Introduced the
solium:recommended
core ruleset. The default.soliumrc.json
configuration generated bysolium --init
now inherits rule severities from this set. It has been introduced because not all solium rules are applicable to the general audience, hence this is an improvement over extendingsolium:all
. - The
blank-lines
rule now supports automatic code formatting. - Partially fixed the problem of false positives on Windows environment due to different character representation of line-break.
- More coverage and bug fixes for several rules and modules utility methods.
- Shiny new logo!
v1.1.2
- Update dependancies:
solparse
(bugfixes)solium-plugin-security
(Augur Bounty Rules)
- Bugfixes in
lbrace
rule - Autofix function for
imports-on-top
rule - Improved Error messages