Skip to content

Commit 2afd5cd

Browse files
author
duaraghav8
committed
update changelog
1 parent 0ae7665 commit 2afd5cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Added support for `solium-disable-previous-line` comment directive.
55
- Added support for `solium-enable` comment directive. See [configuring with comments](https://ethlint.readthedocs.io/en/latest/user-guide.html#configuring-with-comments). This feature currently has a limitation which has been documented in [Known Issues](https://ethlint.readthedocs.io/en/latest/known-issues.html).
66
- Fixed rule `no-empty-blocks` to report function declarations with empty bodies. Fallback and `payable` functions and `payable` constructors are not reported if their body is empty. See [#254](https://github.com/duaraghav8/Ethlint/issues/254).
7+
- Fixed rule `quotes` to stop reporting false positives due to brackets enclosing strings (see [#240](https://github.com/duaraghav8/Ethlint/issues/240)).
78
- Modified rule `uppercase` to allow up to 2 leading and trailing underscores for a constant's name.
89

910
## 1.2.2 (2019-01-13)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Ethlint (Formerly Solium) analyzes your Solidity code for style & security issues and fixes them.
1111

1212
See [Documentation](https://ethlint.readthedocs.io/), [Changelog](./CHANGELOG.md) and [upcoming releases](https://github.com/duaraghav8/Ethlint/projects).
13+
Before beginning to work on a contribution, please read the [Guidelines](./CONTRIBUTING.md).
1314

1415
## Install
1516
```bash

0 commit comments

Comments
 (0)