ci: Stop disabling linting rules that are explicitly set to warn (no-changelog) (#7669)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-11-09 14:05:39 +01:00
committed by GitHub
parent ad596abeb9
commit 5edf722209
25 changed files with 1 additions and 37 deletions

View File

@@ -103,7 +103,6 @@ export async function truncate(collections: CollectionName[]) {
if (typeof collection === 'string') {
await Db.collections[collection].delete({});
} else {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
await Container.get(collection as { new (): Repository<any> }).delete({});
}
}