ci(lint): remove ignore flag

This commit is contained in:
rigormorrtiss
2021-05-16 11:14:07 +04:00
parent 79c3435d6c
commit 151159c499
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ jobs:
- name: Commit formatted files
uses: EndBug/add-and-commit@v7
- name: Run lint script
run: deno lint ./src ./tests --ignore=./src/types
run: deno lint ./src ./tests
-1
View File
@@ -4,7 +4,6 @@ import { DiscordenoMember } from "../../structures/member.ts";
import { DiscordenoMessage } from "../../structures/message.ts";
import { DiscordenoRole } from "../../structures/role.ts";
import { Collection } from "../../util/collection.ts";
import { DiscordenoShard } from "../../ws/ws.ts";
import { ThreadMember } from "../channels/threads/thread_member.ts";
import { ThreadMembersUpdate } from "../channels/threads/thread_members_update.ts";
import { IntegrationCreateUpdate } from "../integrations/integration_create_update.ts";