Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

Addressed final indentation inconsistency from code review feedback. Lines 81 and 84 in spec/support/helpers/graphql_helpers.rb still contained tabs while the surrounding code uses spaces.

Changes

  • Replaced tabs with 2-space indentation on lines 81 and 84 in graphql_helpers.rb to match Ruby coding standards
def error_query
  %(
    errors {
      errorCode
      details {                                    # Fixed: was using tabs
        ...on ActiveModelError { attribute type }
        ...on MessageError { message }
      }                                            # Fixed: was using tabs
    }
  )
end

This completes all 7 code review suggestions from commit 300765b.


✨ 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>
@Knerio Knerio force-pushed the 646-adjust-mutation-error-responses branch from 2ac052a to 586839c Compare November 13, 2025 21:03
@Knerio Knerio closed this Nov 13, 2025
Copilot AI changed the title [WIP] Adjust mutation error responses for consistency Fix remaining tab indentation in graphql_helpers.rb Nov 13, 2025
Copilot AI requested a review from Knerio November 13, 2025 21:04
Copilot finished work on behalf of Knerio November 13, 2025 21:04
@Knerio Knerio deleted the copilot/sub-pr-670 branch November 15, 2025 22:28
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