feat(maven): introduce maven plugin #9698
Annotations
10 errors and 11 warnings
|
Run Checks/Lint/Test/Build
Cannot find module '@proj/lib1' or its corresponding type declarations.
|
|
Run Checks/Lint/Test/Build
'lib1' is declared but its value is never read.
|
|
Run Checks/Lint/Test/Build
Cannot find module '@proj/pkg12/feature1' or its corresponding type declarations.
|
|
Run Checks/Lint/Test/Build
'pkg12' is declared but its value is never read.
|
|
Run Checks/Lint/Test/Build
Cannot find module '@proj/pkg3' or its corresponding type declarations.
|
|
Run Checks/Lint/Test/Build
'pkg3' is declared but its value is never read.
|
|
Run Checks/Lint/Test/Build
Cannot find module '@proj/pkg1' or its corresponding type declarations.
|
|
Run Checks/Lint/Test/Build
'pkg1' is declared but its value is never read.
|
|
Run Checks/Lint/Test/Build
Cannot find module 'is-even'. Did you mean to
|
|
Run Checks/Lint/Test/Build
Cannot find module 'is-even'. Did you mean to
|
|
Post Setup Java
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/http_remote_cache.rs#L229
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/http_remote_cache.rs#L26
you should consider adding a `Default` implementation for `HttpRemoteCache`
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/cache.rs#L331
unneeded `return` statement
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/cache.rs#L205
length comparison to zero
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/cache.rs#L89
useless conversion to the same type: `anyhow::Error`
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/mod.rs#L6
module has the same name as its containing module
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/validate_outputs.rs#L27
this expression creates a reference which is immediately dereferenced by the compiler
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/validate_outputs.rs#L26
this expression creates a reference which is immediately dereferenced by the compiler
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/cache/expand_outputs.rs#L114
usage of `Iterator::fold` on a type that implements `Try`
|
|
Run Checks/Lint/Test/Build:
packages/nx/src/native/ide/install.rs#L5
unused import: `info`
|
Loading