-
-
Notifications
You must be signed in to change notification settings - Fork 457
github-check: Support Reviewdog Diagnostic Format #684
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
Conversation
28b9ed6
to
84a116f
Compare
|
||
--- Range | ||
a = 1 | ||
b = 2 | ||
c = 3 | ||
--- | ||
|
||
1234567890 | ||
haya14busa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom-rdjsonl] reported by reviewdog 🐶
range test 5 (within line)
@@ -1,9 +1,13 @@ | |||
Custom text for testing | |||
|
|||
line 5 | |||
Line 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom-rdjsonl] reported by reviewdog 🐶
severity test 1
@@ -1,9 +1,13 @@ | |||
Custom text for testing | |||
|
|||
line 5 | |||
Line 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom-rdjsonl] reported by reviewdog 🐶
severity test 2
--- Range | ||
a = 1 | ||
b = 2 | ||
c = 3 | ||
a = 10 | ||
b = 20 | ||
c = 30 | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom-rdjsonl] reported by reviewdog 🐶
range test 1 (line only)
a = 1 | ||
b = 2 | ||
c = 3 | ||
a = 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom-rdjsonl] reported by reviewdog 🐶
range test 3 (with line-break)
a = 10 | ||
b = 20 | ||
c = 30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom-rdjsonl] reported by reviewdog 🐶
range test 4 (with line-break)
Support annotation level per result and range annotation.