style: fix biome lint issues#4669
Draft
agentHits wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR about?
This PR restores Biome compliance with a narrow lint-only cleanup. It adds explicit Biome suppression reasons for intentional test mocks and parser cursor updates, removes unused/import-order diagnostics, and changes the webhook URL copy affordance from a div-based badge button to a semantic button while preserving the existing badge styling.
Checklist
Before submitting this PR, please make sure that:
canarybranch.Checks
pnpm format-and-lintgit diff --checkpnpm --dir apps/dokploy exec vitest --config __test__/vitest.config.ts run __test__/deploy/application.command.test.ts __test__/git-provider/git-provider-access.test.ts __test__/queues/in-memory-queue.test.ts __test__/queues/concurrency.test.tspnpm --dir apps/dokploy run typecheckpnpm --dir packages/server run typecheckIssues related (if applicable)
N/A
Screenshots (if applicable)
N/A - lint-only cleanup; no intended visual changes.