## Summary - Add `.swiftlint.yml` with a curated set of rules scoped to `BetterCapture/` and `BetterCaptureTests/` - Add a `lint` job to `pull-request.yml` that runs SwiftLint with inline PR annotations via `--reporter github-actions-logging` ## Changes - `.swiftlint.yml` — new SwiftLint config with opt-in rules, disabled `todo` rule, and line length thresholds - `.github/workflows/pull-request.yml` — new `lint` job running before `build` and `test`
Summary
.swiftlint.ymlwith a curated set of rules scoped toBetterCapture/andBetterCaptureTests/lintjob topull-request.ymlthat runs SwiftLint with inline PR annotations via--reporter github-actions-loggingChanges
.swiftlint.yml— new SwiftLint config with opt-in rules, disabledtodorule, and line length thresholds.github/workflows/pull-request.yml— newlintjob running beforebuildandtest