Skip to content

lint: EditorConfig rename + process-type VS Code Lint tasks#263

Merged
ptr727 merged 1 commit into
developfrom
lint/conventions
Jul 11, 2026
Merged

lint: EditorConfig rename + process-type VS Code Lint tasks#263
ptr727 merged 1 commit into
developfrom
lint/conventions

Conversation

@ptr727

@ptr727 ptr727 commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Applies fleet conventions from ProjectTemplate #280: rename Check line endings -> Check EditorConfig (CI step + VS Code task), and the VS Code Lint tasks use type: process with an args array (from shell+command).

Apply the fleet conventions (ProjectTemplate #280): rename the Check line endings
step / Lint: Line Endings task to EditorConfig, and switch the VS Code Lint tasks
to type: process with an args array.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 11, 2026 14:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns this repo’s local lint tasks and CI step naming with the ProjectTemplate fleet conventions by renaming the EditorConfig checker task/step and switching VS Code lint tasks from type: shell to type: process with explicit args.

Changes:

  • Rename the local lint task from “Lint: Line Endings” to “Lint: EditorConfig” and update the “Lint: All” dependency accordingly.
  • Convert VS Code lint tasks to type: process and provide docker invocation via command + args arrays.
  • Rename the CI workflow step from “Check line endings step” to “Check EditorConfig step”.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.vscode/tasks.json Renames the EditorConfig lint task and switches lint tasks to process-type docker invocations with args.
.github/workflows/validate-task.yml Renames the EditorConfig checker step to match the new terminology (no behavioral change).

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.43%. Comparing base (94f5701) to head (46ceda3).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #263   +/-   ##
========================================
  Coverage    87.43%   87.43%           
========================================
  Files           11       11           
  Lines         1973     1973           
  Branches       243      243           
========================================
  Hits          1725     1725           
  Misses         166      166           
  Partials        82       82           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ptr727
ptr727 merged commit e1233f1 into develop Jul 11, 2026
13 checks passed
@ptr727
ptr727 deleted the lint/conventions branch July 11, 2026 14:45
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.

2 participants