Adding Auction Contract to Offer Up Dapp #112
Annotations
7 errors and 5 warnings
contract/src/offer-up.contract.js#L23
'getCopyBagEntries' is defined but never used. Allowed unused vars must match /^_/u
|
contract/src/offer-up.contract.js#L78
'bidsRegister' is never reassigned. Use 'const' instead
|
contract/src/offer-up.contract.js#L100
'bids' is never reassigned. Use 'const' instead
|
contract/src/offer-up.contract.js#L106
Expected '===' and instead saw '=='
|
contract/src/offer-up.contract.js#L113
Unary operator '++' used
|
contract/test/test-contract.js#L84
'isMaxbid' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
contract/src/offer-up.contract.js#L88
Expected JSDoc block to be aligned
|
contract/src/offer-up.contract.js#L135
Prefer for...of instead of Array.forEach
|
contract/test/test-contract.js#L75
Missing JSDoc @param "bidValue" declaration
|
contract/test/test-contract.js#L75
Missing JSDoc @param "isMaxbid" declaration
|
The logs for this run have expired and are no longer available.
Loading