Skip to content

Conversation

@github-actions
Copy link
Contributor

Summary

Fixed JavaScript formatting issues found by Prettier in Copilot log parsing files.

Changes Made

  • parse_copilot_log.cjs: Fixed indentation and removed trailing whitespace (103 lines reformatted)
  • parse_copilot_log.test.cjs: Fixed formatting (2 lines changed)

Verification

✅ All formatting checks pass (make lint)
✅ All tests pass (make test)
✅ Workflows recompiled successfully (make recompile)

Details

These files had inconsistent whitespace and indentation that didn't comply with the Prettier configuration. The changes are purely cosmetic - no functional changes were made to the code.

All changes align with the project's code quality standards.

AI generated by Tidy

- Fixed trailing whitespace and indentation in parse_copilot_log.cjs
- Fixed formatting in parse_copilot_log.test.cjs
- All files now comply with Prettier formatting rules
@pelikhan pelikhan merged commit 665cc0a into main Oct 21, 2025
4 checks passed
@pelikhan pelikhan deleted the tidy/format-copilot-log-files-3bf6833620458ee6 branch October 21, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant