Commit e897b5e 1 parent a122477 commit e897b5e Copy full SHA for e897b5e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ def generate_single_comment(
189
189
message ,
190
190
single_comment_marker ,
191
191
replacement_text = None ,
192
- ): # pylint: disable=too-many-arguments
192
+ ): # pylint: disable=too-many-arguments,too-many-positional-arguments
193
193
result = {
194
194
"path" : file_path ,
195
195
"line" : end_line_num ,
@@ -413,7 +413,7 @@ def post_review_comments(
413
413
review_event ,
414
414
review_comments ,
415
415
suggestions_per_comment ,
416
- ): # pylint: disable=too-many-arguments
416
+ ): # pylint: disable=too-many-arguments,too-many-positional-arguments
417
417
"""Sending the Clang-Tidy review comments to GitHub"""
418
418
419
419
def split_into_chunks (lst , n ):
@@ -468,7 +468,7 @@ def dismiss_change_requests(
468
468
warning_comment_prefix ,
469
469
auto_resolve_conversations ,
470
470
single_comment_marker ,
471
- ): # pylint: disable=too-many-arguments
471
+ ): # pylint: disable=too-many-arguments,too-many-positional-arguments
472
472
"""Dismissing stale Clang-Tidy requests for changes"""
473
473
474
474
print ("Checking if there are any stale requests for changes to dismiss..." )
You can’t perform that action at this time.
0 commit comments