src/backend/schema/schema.service.ts
Function formatIntrospectData
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private formatIntrospectData(rawEntity: Entity[]): IDBSchema[] {
const dbSchema = rawEntity
.filter(({ name }) => !name.startsWith("dashpress"))
.map((entity) => {
return {