diff --git a/.gitea/workflows/build-and-test.yml b/.gitea/workflows/build-and-test.yml index 11b0c9a90..283d5537e 100644 --- a/.gitea/workflows/build-and-test.yml +++ b/.gitea/workflows/build-and-test.yml @@ -109,7 +109,7 @@ jobs: # at "warn" until its class is cleared and it can be promoted to "error". # Lower this as you clear them. Never raise it to make a build pass. - name: Lint - run: bun run lint -- --max-warnings=158 + run: bun run lint -- --max-warnings=146 - name: Check TypeScript run: | diff --git a/CLAUDE.md b/CLAUDE.md index 17689ada6..cf379333e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,8 +2,9 @@ A cross-platform Jellyfin client. Business logic lives in a Rust backend (`src-tauri/`); a SvelteKit + TypeScript frontend (`src/`) handles presentation -and talks to it over Tauri v2 IPC. Targets **Linux** (libmpv for audio and video) and -**Android** (ExoPlayer); Windows still renders video in the webview `