chore: remove dead root files (.travis.yml, .lgtm.yml, *.bat)#7531
Merged
JohnMcLear merged 1 commit intodevelopfrom Apr 16, 2026
Merged
chore: remove dead root files (.travis.yml, .lgtm.yml, *.bat)#7531JohnMcLear merged 1 commit intodevelopfrom
JohnMcLear merged 1 commit intodevelopfrom
Conversation
These files are stale: there's no CI/tooling left that reads them. - .travis.yml — Etherpad moved to GitHub Actions years ago. The workflows in .github/workflows/ are the source of truth. - .lgtm.yml — LGTM was sunset by GitHub in late 2022. - start.bat — README only documents the PowerShell installer for Windows now (irm .../installer.ps1 | iex), no docs or scripts reference start.bat. - bin/installOnWindows.bat — same; not referenced by README, docs or workflows. Also drop the .travis.yml line from the plugin layout in doc/plugins.md and replace it with a pointer at .github/workflows/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Review Summary by QodoRemove stale root files and update plugin documentation
WalkthroughsDescription• Remove four stale files no longer used by CI/tooling • Delete .travis.yml (replaced by GitHub Actions workflows) • Delete .lgtm.yml (LGTM sunset by GitHub in 2022) • Delete start.bat and bin/installOnWindows.bat (undocumented Windows scripts) • Update plugin documentation to reference .github/workflows/ instead Diagramflowchart LR
A["Stale Files<br/>(.travis.yml, .lgtm.yml,<br/>*.bat)"] -- "Delete" --> B["Removed from repo"]
C["doc/plugins.md"] -- "Update reference" --> D[".github/workflows/"]
File Changes1. bin/installOnWindows.bat
|
Code Review by Qodo
1. Misleading workflows tree entry
|
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.
Summary
Sweep four stale files out of the repo root. None of them are read by any CI/tooling we still use.
Also dropped the stale `.travis.yml` line from the plugin layout doc in `doc/plugins.md` (replaced with a pointer at `.github/workflows/`).
Generated with Claude Code