Skip to content

refactor: relationships module #535

refactor: relationships module

refactor: relationships module #535

Triggered via push September 18, 2023 10:34
Status Failure
Total duration 1m 36s
Artifacts

test.yml

on: push
Matrix: test-mssql
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
Fit to window
Zoom out
Zoom in

Annotations

34 errors
test-sqlite (better_sqlite, 18)
Process completed with exit code 1.
test-sqlite (sqlite, 20)
Process completed with exit code 1.
test-postgres (18, 11)
Process completed with exit code 1.
test-sqlite (sqlite, 18)
Process completed with exit code 1.
test-mysql (5.7, mysql_legacy, 18)
Process completed with exit code 1.
test-sqlite (better_sqlite, 20)
Process completed with exit code 1.
typecheck: commands/DbSeed.ts#L12
Cannot find module '@IOC:Adonis/Lucid/Database' or its corresponding type declarations.
typecheck: commands/DbSeed.ts#L13
Cannot find module '@IOC:Adonis/Lucid/Seeder' or its corresponding type declarations.
typecheck: commands/DbSeed.ts#L14
Cannot find module '@adonisjs/core/build/standalone' or its corresponding type declarations.
typecheck: commands/DbSeed.ts#L16
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
typecheck: commands/DbSeed.ts#L37
Property 'connection' has no initializer and is not definitely assigned in the constructor.
typecheck: commands/DbSeed.ts#L43
Property 'interactive' has no initializer and is not definitely assigned in the constructor.
typecheck: commands/DbSeed.ts#L62
Element implicitly has an 'any' type because expression of type '"colors"' can't be used to index type 'DbSeed'.
typecheck: commands/DbSeed.ts#L99
Property 'logger' does not exist on type 'DbSeed'.
typecheck: commands/DbSeed.ts#L130
Property 'prompt' does not exist on type 'DbSeed'.
typecheck: commands/DbSeed.ts#L145
Property 'application' does not exist on type 'DbSeed'.
test-mysql (8.0, mysql, 18)
Process completed with exit code 1.
lint: commands/DbSeed.ts#L1
Filename is not in snake case. Rename it to `db_seed.ts`
lint: commands/DbSeed.ts#L11
Prefer `node:path` over `path`
lint: commands/DbSeed.ts#L19
Public accessibility modifier on class property commandName
lint: commands/DbSeed.ts#L20
Public accessibility modifier on class property description
lint: commands/DbSeed.ts#L21
Public accessibility modifier on class property settings
lint: commands/DbSeed.ts#L36
Public accessibility modifier on class property connection
lint: commands/DbSeed.ts#L42
Public accessibility modifier on class property interactive
lint: commands/DbSeed.ts#L49
Public accessibility modifier on class property files
lint: commands/DbSeed.ts#L55
Public accessibility modifier on class property compactOutput
lint: commands/DbSeed.ts#L265
Public accessibility modifier on method definition run
test-postgres (20, 14)
Process completed with exit code 1.
test-mssql (18)
Process completed with exit code 1.
test-postgres (20, 11)
Process completed with exit code 1.
test-postgres (18, 14)
Process completed with exit code 1.
test-mysql (8.0, mysql, 20)
Process completed with exit code 1.
test-mysql (5.7, mysql_legacy, 20)
Process completed with exit code 1.
test-mssql (20)
Process completed with exit code 1.