File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " solhint:recommended"
2
+ "extends" : " solhint:recommended" ,
3
+ "rules" : {
4
+ "no-global-import" : " off" ,
5
+ "func-visibility" : [" warn" , { "ignoreConstructors" : true }]
6
+ }
3
7
}
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: UNLICENSED
2
- pragma solidity ^ 0.4.24 ;
2
+ pragma solidity ^ 0.4.24.0 ;
3
3
4
4
import "rif-token-contracts/contracts/RIF/RIFToken.sol " ;
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ contract VeRIFToken is
35
35
36
36
// The following functions are overrides required by Solidity.
37
37
38
+ //solhint-disable-next-line no-empty-blocks
38
39
function _authorizeUpgrade (address newImplementation ) internal override onlyOwner {}
39
40
40
41
function decimals () public view override (ERC20Upgradeable , ERC20WrapperUpgradeable ) returns (uint8 ) {
Original file line number Diff line number Diff line change 901
901
config-chain "^1.1.11"
902
902
903
903
" @scure/base@~1.1.0" , "@scure/base@~1.1.6":
904
- version "1.1.6 "
905
- resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.6 .tgz#8ce5d304b436e4c84f896e0550c83e4d88cb917d "
906
- integrity sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g ==
904
+ version "1.1.7 "
905
+ resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.7 .tgz#fe973311a5c6267846aa131bc72e96c5d40d2b30 "
906
+ integrity sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g ==
907
907
908
908
" @scure/bip32@1.1.5 " :
909
909
version "1.1.5"
You can’t perform that action at this time.
0 commit comments