Bump serve-static and express #223
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/mocks/BenchUsingTellor.sol#L4
global import of path ../UsingTellor.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/TellorPlayground.sol#L4
Contract has 17 states declarations but allowed no more than 15
|
contracts/TellorPlayground.sol#L27
Explicitly mark visibility of state
|
contracts/TellorPlayground.sol#L36
Constant name must be in capitalized SNAKE_CASE
|
contracts/TellorPlayground.sol#L70
Provide an error message for require
|
contracts/TellorPlayground.sol#L70
GC: Use Custom Errors instead of require statements
|
contracts/TellorPlayground.sol#L109
Provide an error message for require
|
contracts/TellorPlayground.sol#L109
GC: Use Custom Errors instead of require statements
|
contracts/TellorPlayground.sol#L119
Provide an error message for require
|
contracts/TellorPlayground.sol#L119
GC: Use Custom Errors instead of require statements
|
This job succeeded
Loading