-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitlab support #6
Comments
Hey @nalkuatov, I'm not sure I do. The output is grabbed directly from |
I did try to remove the language syntax highlighting here - regular inline code highlighting works okay (using single backticks, e.g This seems to be an issue at Danger's inline comments template for GitLab. |
I haven't used Ruby before, so I don't have any other ideas for resolving this. |
The only solution I can think of is to remove the syntax highlighting here again |
You can try multiline Strings and remove the |
message = <<~HEREDOC
Found #{r['hint']}
```haskell
#{r['from']}
```
#{prompt}
```haskell
#{r['to']}
```
HEREDOC Unfortunately, this doesn't help. Some random |
I guess then there's nothing much to do here. This must be fixed upstream in Danger. Alternatively you can try to parse the output of Danger and remove the ? |
We're currently trying to enable the plugin for a project in Gitlab. The inline comments there seem to be rendered quite unexpectedly - there're some closing
</tr>
tags appearing as a plain text in a comment's resultant html.Danger system's comment templates seem to be the same for both Gitlab and Github - do you have any ideas why the above happens? And does the plugin support Gitlab?
The text was updated successfully, but these errors were encountered: