solhint icon indicating copy to clipboard operation
solhint copied to clipboard

Solhint is an open-source project to provide a linting utility for Solidity code.

Results 129 solhint issues
Sort by recently updated
recently updated
newest added

``` shell echo "function (){}" | solhint stdin -f json ``` output: ![image](https://user-images.githubusercontent.com/9565184/123387643-95e73600-d5ca-11eb-82ed-99f20e235766.png) expect output json.

I've setup solhint and I get some error that I don't know how I should fix (usually with normal lint they also provide examples of good and bad behaviour) for...

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

This is very important for sanity checks and for detecting problems in general. For some reason, thrown errors in rules are being ignored. We should, of course, log them and...

bug
priority:high

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hi, pretty sure I asked about this before, but I use a build system where flatten file inserts the required SPDX. So, none of my actual source files contain the...

Fix typo in the docs section of the `func-name-mixedcase` rule that was being propagated throughout the rest of the docs.