Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Trim error messages #374

Merged
merged 2 commits into from
Aug 9, 2021
Merged

Commits on Aug 9, 2021

  1. Trim error messages

    While writing a test on our application I noticed that the error
    messages include a lot of spaces at the beginning.
    
    Since Graphiti supports ruby >= 2.3 I think we can use the squiggly
    heredoc to remove the leading spaces.
    
    This may be a breaking change, but can also be considered patch if
    the leading spaces are not intentional.
    PChambino committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ab58407 View commit details
    Browse the repository at this point in the history
  2. changelog

    PChambino committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    68ccd60 View commit details
    Browse the repository at this point in the history