`Layout/EmptyLineAfterGuardClause` flags heredoc inside multi-line `if`. · Issue #6300 · rubocop/rubocop
Expected behavior No offense should occur and auto-correct should not add a newline inside the if statement. Actual behavior An offense occurs and auto-correct adds two newlines inside the if state...