Skip to content

Commit

Permalink
Update solhint config
Browse files Browse the repository at this point in the history
We fixed this rule in the `thesis/solhint-config` repo see
thesis/solhint-config#3 so we can remove it from
this config.
  • Loading branch information
r-czajkowski committed Dec 4, 2023
1 parent ce16fba commit c3a2bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions core/.solhint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"extends": "thesis",
"plugins": [],
"rules": {
"func-visibility": ["off", { "ignoreConstructors": true }]
}
"plugins": []
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3a2bd8

Please sign in to comment.