-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add linting action for documentation #119
Conversation
Signed-off-by: David Galiffi <[email protected]>
Starting the process, but need to fix the existing errors first. |
6fcb48c
to
758ec64
Compare
Signed-off-by: David Galiffi <[email protected]>
d5c785c
to
3924ff9
Compare
Fixed the |
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.
The markdown improvements look good. I had a problem with some of the code-blocks turning into math-blocks and a few minor nits, but other than that LGTM.
LLVM_ASAN/Using-Address-Sanitizer-with-a-Short-HIP-Application.md
Outdated
Show resolved
Hide resolved
LLVM_ASAN/Using-Address-Sanitizer-with-a-Short-HIP-Application.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Nara <[email protected]>
Co-authored-by: Nara <[email protected]>
Changed `math` to `cpp`
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.
Thanks for the feedback. I have made your suggested changes.
LLVM_ASAN/Using-Address-Sanitizer-with-a-Short-HIP-Application.md
Outdated
Show resolved
Hide resolved
LLVM_ASAN/Using-Address-Sanitizer-with-a-Short-HIP-Application.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Nara <[email protected]>
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.
LGTM! Thanks!
Addresses Issue: 53