Skip to content

Upgrade lerna (#43) #71

Upgrade lerna (#43)

Upgrade lerna (#43) #71

Triggered via push October 31, 2023 13:19
Status Success
Total duration 1m 34s
Artifacts

ci-monolib.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: packages/prettier-bytes/src/prettierBytes.ts#L13
Assignment to function parameter 'num'
test: packages/prettier-bytes/src/prettierBytes.ts#L21
Assignment to function parameter 'num'
test: packages/prettier-bytes/src/prettierBytes.ts#L21
'Math.pow' is restricted from being used. Use the exponentiation operator (**) instead
test: packages/sort-assembly/src/sortAssembly.ts#L11
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L11
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-assembly/src/sortAssembly.ts#L12
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L12
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-assembly/src/sortAssembly.ts#L19
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L19
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array