Socket
Socket
Sign inDemoInstall

solhint

Package Overview
Dependencies
11
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.2 to 2.0.0

solidity-antlr4/.git

8

docs/configuration.md

@@ -17,8 +17,8 @@ ---

{
"extends": "default",
"extends": "solhint:default",
"plugins": [],
"rules": {
"avoid-throw": false,
"avoid-suicide": "error",
"avoid-sha3": "warn",
"indent": ["warn", 4]
"avoid-sha3": "warn"
}

@@ -33,3 +33,3 @@ }

node_modules/
additiona-tests.sol
additional-tests.sol
```

@@ -36,0 +36,0 @@

{
"name": "solhint",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "Solidity Code Linter",

@@ -5,0 +5,0 @@ "main": "solhint.js",

@@ -74,8 +74,8 @@ # Solhint Project

{
"extends": "default",
"extends": "solhint:default",
"plugins": [],
"rules": {
"avoid-throw": false,
"avoid-suicide": "error",
"avoid-sha3": "warn",
"indent": ["warn", 4]
"avoid-sha3": "warn"
}

@@ -90,3 +90,3 @@ }

node_modules/
additiona-tests.sol
additional-tests.sol
```

@@ -175,2 +175,7 @@

## Plugins
- [solhint-plugin-prettier](https://github.com/fvictorio/solhint-plugin-prettier): Integrate Solhint
with the [Solidity plugin for Prettier](https://github.com/prettier-solidity/prettier-plugin-solidity).
## Acknowledgements

@@ -190,4 +195,4 @@

## Who uses solhint?
## Who uses Solhint?
[<img src="https://avatars0.githubusercontent.com/u/20820676?s=200&v=4" width="75px" height="75px" alt="OpenZeppelin" title="OpenZeppelin" style="margin: 20px 20px 0 0" />](https://github.com/OpenZeppelin)
[<img src="https://avatars2.githubusercontent.com/u/28943015?s=200&v=4" width="75px" height="75px" alt="POA Network - Public EVM Sidechain" title="POA Network - Public EVM Sidechain" style="margin: 20px 20px 0 0" />](https://github.com/poanetwork) [<img src="https://avatars3.githubusercontent.com/u/24832717?s=200&v=4" width="75px" height="75px" alt="0x" title="0x" style="margin: 20px 20px 0 0" />](https://github.com/0xProject) [<img src="https://avatars1.githubusercontent.com/u/24954468?s=200&v=4" width="75px" height="75px" alt="GNOSIS" title="GNOSIS" style="margin: 20px 20px 0 0"/>](https://github.com/gnosis)

@@ -197,2 +202,4 @@

- OpenZeppelin:
- [openzeppelin-solidity](https://github.com/OpenZeppelin/openzeppelin-solidity)
- POA Network - Public EVM Sidechain:

@@ -199,0 +206,0 @@ - [Proof of Physical Address (PoPA)](https://github.com/poanetwork/poa-popa)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc