Skip to content

Commit

Permalink
refactor: added boundary in asset lint issue #189
Browse files Browse the repository at this point in the history
  • Loading branch information
geovlazar committed Apr 3, 2024
1 parent 2c69fb8 commit 9000985
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pattern/typical/typical_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export function syntheticSchema<Context extends SQLa.SqlEmitContext>(
}

Deno.test("SQL Aide (SQLa) emit template", () => {
// deno-lint-ignore no-empty-interface
interface SyntheticTmplContext extends SQLa.SqlEmitContext {
}
const stContext = (): SyntheticTmplContext => SQLa.typicalSqlEmitContext();
Expand Down
1 change: 0 additions & 1 deletion render/dialect/pg/routine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ export interface StoredRoutineDefnOptions<
readonly sqlNS?: tmpl.SqlNamespaceSupplier;
}

// deno-lint-ignore no-empty-interface
export interface StoredProcedureDefnOptions<
RoutineName extends string,
Context extends tmpl.SqlEmitContext,
Expand Down

0 comments on commit 9000985

Please sign in to comment.