Skip to content

Commit

Permalink
Pointing solhint config at thesis/solhint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Nov 3, 2023
1 parent d11592e commit c7b9fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions core/.solhint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"extends": "keep",
"extends": "thesis",
"plugins": [],
"rules": {
"func-visibility": ["error", { "ignoreConstructors": true }]
}
"rules": {}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.6.2",
"solhint-config-keep": "github:keep-network/solhint-config-keep",
"solhint-config-thesis": "github:thesis/solhint-config",
"solidity-coverage": "^0.8.0",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
Expand Down

0 comments on commit c7b9fee

Please sign in to comment.