|
@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"extends": "solhint:recommended", |
|
|
"extends": "solhint:recommended", |
|
|
"rules": { |
|
|
"rules": { |
|
|
"compiler-version": ["error","^0.7.5"], |
|
|
"compiler-version": ["error","~0.8.0"], |
|
|
"func-visibility": ["warn",{"ignoreConstructors" : true}], |
|
|
"func-visibility": ["warn",{"ignoreConstructors" : true}], |
|
|
"not-rely-on-time": "off", |
|
|
"not-rely-on-time": "off", |
|
|
"state-visibility": "off" |
|
|
"state-visibility": "off" |
|
|