Skip to content

Move lint.sh under CLI directory#226

Merged
dfed merged 2 commits intomainfrom
dfed--move-lint-to-cli
Apr 7, 2026
Merged

Move lint.sh under CLI directory#226
dfed merged 2 commits intomainfrom
dfed--move-lint-to-cli

Conversation

@dfed
Copy link
Copy Markdown
Owner

@dfed dfed commented Apr 7, 2026

Summary

  • Moves lint.sh from the repo root into CLI/, co-locating it with the CLI package it wraps.
  • Updates the CLAUDE.md reference to ./CLI/lint.sh.
  • CI is unaffected — it runs swift run --package-path CLI swiftformat . --lint directly.

Test plan

  • Verify CI passes (no lint.sh dependency in workflows)
  • Run ./CLI/lint.sh locally to confirm it still works

🤖 Generated with Claude Code

dfed and others added 2 commits April 6, 2026 22:57
The lint script is a CLI concern — co-locate it with the CLI package.
Update the CLAUDE.md reference to match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Debug builds are faster to compile and the runtime difference is
negligible for a formatting pass. This also aligns with what CI runs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (28d2cd0) to head (6a3a049).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #226   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines         6143      6143           
=========================================
  Hits          6143      6143           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfed dfed marked this pull request as ready for review April 7, 2026 14:02
@dfed dfed merged commit 02b8ffd into main Apr 7, 2026
19 checks passed
@dfed dfed deleted the dfed--move-lint-to-cli branch April 7, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant