Market update v1 changes #3
run-contract-linter.yaml
on: pull_request
Contract linter
1m 59s
Annotations
10 warnings
Contract linter:
contracts/CometProxyAdmin.sol#L2
Found more than One contract per file. 2 contracts found!
|
Contract linter:
contracts/CometProxyAdmin.sol#L4
global import of path ./vendor/proxy/transparent/ProxyAdmin.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Contract linter:
contracts/CometProxyAdmin.sol#L5
global import of path ./marketupdates/MarketAdminPermissionCheckerInterface.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Contract linter:
contracts/Configurator.sol#L4
global import of path ./CometFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Contract linter:
contracts/Configurator.sol#L5
global import of path ./CometConfiguration.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Contract linter:
contracts/Configurator.sol#L6
global import of path ./ConfiguratorStorage.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Contract linter:
contracts/Configurator.sol#L7
global import of path ./marketupdates/MarketAdminPermissionCheckerInterface.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Contract linter:
contracts/Configurator.sol#L251
Rule is set with explicit type [var/s: uint]
|
Contract linter:
contracts/Configurator.sol#L260
Rule is set with explicit type [var/s: uint]
|
Contract linter:
contracts/Configurator.sol#L267
Rule is set with explicit type [var/s: uint]
|