|
5 | 5 | By <a href="https://protofire.io/">Protofire</a> |
6 | 6 | </p> |
7 | 7 |
|
8 | | -[](https://en.cryptobadges.io/donate/0xe8cdf02efd8ab0a490d7b2cb13553389c9bc932e) |
9 | | - |
10 | | -[](https://gitter.im/solhint/Lobby) |
| 8 | +[](https://etherscan.io/address/0xA81705c8C247C413a19A244938ae7f4A0393944e) |
11 | 9 | [](https://npmjs.org/package/solhint) |
12 | 10 | []( |
13 | 11 | https://coveralls.io/github/protofire/solhint?branch=master) |
14 | 12 | [](https://raw.githubusercontent.com/protofire/solhint/master/LICENSE) |
15 | | -[](https://david-dm.org/protofire/solhint) |
16 | | -[](https://david-dm.org/protofire/solhint?type=dev) |
17 | 13 |
|
18 | 14 | This is an open source project for linting [Solidity](http://solidity.readthedocs.io/en/develop/) code. This project |
19 | 15 | provides both **Security** and **Style Guide** validations. |
@@ -83,10 +79,15 @@ To generate a new sample `.solhint.json` file in current folder you can do: |
83 | 79 | solhint --init |
84 | 80 | ``` |
85 | 81 |
|
86 | | -This file has the following |
87 | | -format: |
88 | | - |
| 82 | +This file has the following format: |
| 83 | +### Default |
| 84 | +```json |
| 85 | +{ |
| 86 | + "extends": "solhint:default" |
| 87 | +} |
| 88 | +``` |
89 | 89 |
|
| 90 | +### Sample |
90 | 91 | ```json |
91 | 92 | { |
92 | 93 | "extends": "solhint:recommended", |
@@ -214,7 +215,8 @@ Related documentation you may find [here](https://protofire.github.io/solhint/). |
214 | 215 | - POA Network - Public EVM Sidechain: |
215 | 216 | - [Proof of Physical Address (PoPA)](https://github.com/poanetwork/poa-popa) |
216 | 217 | - [Proof of Bank Account (PoBA)](https://github.com/poanetwork/poa-poba) |
217 | | -- [0x](https://github.com/0xProject/0x-monorepo/tree/development/contracts) |
| 218 | +- 0x-Project |
| 219 | + - [0x-Monorepo](https://github.com/0xProject/0x-monorepo/tree/development/contracts) |
218 | 220 | - Gnosis: |
219 | 221 | - [Gnosis Prediction Market Contracts](https://github.com/gnosis/pm-contracts) |
220 | 222 | - [The DutchX decentralized trading protocol](https://github.com/gnosis/dex-contracts) |
|
230 | 232 | ## Back us |
231 | 233 | Solhint is free to use and open-sourced. If you value our effort and feel like helping us to keep pushing this tool forward, you can send us a small donation. We'll highly appreciate it :) |
232 | 234 |
|
233 | | -[](https://en.cryptobadges.io/donate/0xe8cdf02efd8ab0a490d7b2cb13553389c9bc932e) |
| 235 | +[](https://etherscan.io/address/0xA81705c8C247C413a19A244938ae7f4A0393944e) |
234 | 236 |
|
235 | 237 | ## Related projects |
236 | 238 |
|
|
0 commit comments