refactor(relationships): refactoring relationship building into an ex… #7
Annotations
10 errors and 2 warnings
src/db/schema.ts#L15
Delete `·`
|
src/db/schema.ts#L16
Delete `·`
|
src/extractors/import_extractor.ts#L1
Replace `"../model/index.js"` with `'../model/index.js'`
|
src/extractors/import_extractor.ts#L11
Replace `name:·string,·namespace:·string,·isDefault:·boolean·|·null·=·null,·isType:·boolean·|·null·=·null` with `⏎····name:·string,⏎····namespace:·string,⏎····isDefault:·boolean·|·null·=·null,⏎····isType:·boolean·|·null·=·null⏎··`
|
src/extractors/import_extractor.ts#L21
Delete `·`
|
src/extractors/import_extractor.ts#L44
Delete `·`
|
src/extractors/import_extractor.ts#L88
Delete `·`
|
src/extractors/import_extractor.ts#L89
Delete `·`
|
src/extractors/import_extractor.ts#L103
Replace `new·ModelImport(definition.relatedModelName,·`./${string.snakeCase(definition.relatedModelName)}.js`,·true)` with `⏎··········new·ModelImport(⏎············definition.relatedModelName,⏎············`./${string.snakeCase(definition.relatedModelName)}.js`,⏎············true⏎··········)⏎········`
|
src/extractors/import_extractor.ts#L107
Replace `new·ModelImport(string.pascalCase(definition.type),·'@adonisjs/lucid/types/relations',·false,·true)` with `⏎········new·ModelImport(⏎··········string.pascalCase(definition.type),⏎··········'@adonisjs/lucid/types/relations',⏎··········false,⏎··········true⏎········)⏎······`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/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/
|
The logs for this run have expired and are no longer available.
Loading