Skip to content

Commit

Permalink
fix solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Jun 14, 2024
1 parent 1ff15a5 commit f193214
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "solhint:recommended",
"rules": {
"no-global-import": "off",
"func-visibility": ["warn", { "ignoreConstructors": true }],
"compiler-version": "off"
"func-visibility": ["warn", { "ignoreConstructors": true }]
}
}
2 changes: 1 addition & 1 deletion .solhintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
contracts/RIFToken.test.sol
contracts/RIFToken.sol
4 changes: 4 additions & 0 deletions contracts/RIFToken.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.4.24;

import "rif-token-contracts/contracts/RIF/RIFToken.sol";

0 comments on commit f193214

Please sign in to comment.