-
Notifications
You must be signed in to change notification settings - Fork 11
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 clang-tidy PR comment bot #1269
base: main
Are you sure you want to change the base?
Conversation
request_changes: false | ||
# Optionally set the number of comments per review | ||
# to avoid GitHub API timeouts for heavily loaded | ||
# pull requests |
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 these comments. These workflow files have magic functions so I really like you commenting what it's doing :)
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.
I copy pasted them so I can't take credit 😅
4612656
to
607b12b
Compare
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h
Outdated
Show resolved
Hide resolved
3323558
to
d0742d1
Compare
@@ -2,8 +2,8 @@ | |||
// | |||
// SPDX-License-Identifier: Apache-2.0 | |||
|
|||
#ifndef TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZER_H | |||
#define TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZER_H | |||
#ifndef TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZE_H |
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.
Why? :)
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.
Wait for the bot! :)
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.
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.
Clang-Tidy
found issue(s) with the introduced code (1/2)
#ifndef TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZE_H | ||
#define TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZE_H |
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.
header guard does not follow preferred style
#ifndef TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZE_H | |
#define TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZE_H | |
#ifndef TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZER_H | |
#define TTMLIR_DIALECT_TTNN_TRANSFORMS_OPTIMIZER_H |
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.
Now just to figure out why it's commenting multiple times for the same thing 😅
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.
Maybe to make sure you cant miss it? :D
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.
- you made a mistake
- you made a mistake
- you made a mistake
- you made a mistake
- you made a mistake
- you made a mistake
- you made a mistake
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.
Clang-Tidy
found issue(s) with the introduced code (2/2)
d0742d1
to
8f68bb3
Compare
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
8f68bb3
to
7685caf
Compare
No description provided.