1bb03e0002
Points the repository's remaining references at its current GitHub home and refreshes the project's copyright and author metadata. **Repository references** — production GitHub, container registry, and release-API URLs now point at the current repository: README (releases link and image), `docker-compose.prod.yaml`, the install scripts, the release URL, the update-check endpoint in `internal/update/update.go`, the HTML export footer, the wheel `Home-page`, and the desktop-release docs. The nilaway `include-pkgs` value is a Go import path, so it follows the module path rather than the web URL form; it previously matched no packages and left nilaway analyzing nothing. **Copyright and author** — the LICENSE copyright year moves to 2026 and its holder is updated. The same name is applied to the desktop bundle copyright, `Cargo.toml` authors, the wheel `Author` metadata (and its test assertion), and the About modal. **Left intact** — the `desktop/src-tauri/tauri.conf.json` updater placeholder and the matching `desktop-release.yml` `sed` patterns that rewrite it at build time, plus the `/Users/wesm` test fixtures and the `github.com/wesm/middleman` fixture, which are home-directory paths rather than repository references. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
384 B
YAML
20 lines
384 B
YAML
version: "2"
|
|
run:
|
|
tests: false
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- nilaway
|
|
settings:
|
|
custom:
|
|
nilaway:
|
|
type: "module"
|
|
description: Static analysis tool to detect potential nil panics in Go code.
|
|
settings:
|
|
include-pkgs: "go.kenn.io/agentsview"
|
|
exclusions:
|
|
rules:
|
|
- path: "_test\\.go"
|
|
linters:
|
|
- nilaway
|