Adhere to naming convention (#2150)
* Upgrade to latest solhint rc * Add private-vars-leading-underscore linter rule * Add leading underscore to GSNRecipient constants * Remove leading underscore from ERC165Checker functions * Add leading underscore to multiple private constants * Fix linter errors in mocks * Add leading underscore to ERC777's ERC1820 registry * Add changelog entry
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
| "lodash.startcase": "^4.4.0", | "lodash.startcase": "^4.4.0", | ||
| "micromatch": "^4.0.2", | "micromatch": "^4.0.2", | ||
| "mocha": "^7.1.1", | "mocha": "^7.1.1", | ||
| "solhint": "^3.0.0-rc.5", | "solhint": "^3.0.0-rc.6", | ||
| "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | ||
| "solidity-docgen": "^0.4.1" | "solidity-docgen": "^0.4.1" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment