Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

The frozen_string_literal magic comment was indented with 2 spaces in spec/services/users/identity/register_service_spec.rb, preventing Ruby from recognizing it.

Changes

  • Removed indentation from frozen_string_literal comment to place it at column 0
# Before
  # frozen_string_literal: true

# After
# frozen_string_literal: true

Magic comments must start at column 0 to be recognized by the Ruby interpreter.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Knerio <96529060+Knerio@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on mutation error responses adjustments Fix frozen_string_literal magic comment indentation Nov 13, 2025
Copilot finished work on behalf of Knerio November 13, 2025 21:09
Copilot AI requested a review from Knerio November 13, 2025 21:09
@Knerio Knerio closed this Nov 13, 2025
@Knerio Knerio deleted the copilot/sub-pr-670-another-one branch November 13, 2025 21:17
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