lordgamez commented on code in PR #1671:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1671#discussion_r1341017929


##########
extensions/sftp/client/SFTPClient.cpp:
##########
@@ -83,7 +83,7 @@ static const char* sftp_strerror(unsigned long err) {  // 
NOLINT(runtime/int) un
   }
 }
 
-static SFTPError libssh2_sftp_error_to_sftp_error(unsigned long 
libssh2_sftp_error) {  // NOLINT(runtime/int) unsigned long comes from libssh2 
API
+static SFTPError libssh2_sftp_error_to_sftp_error(unsigned long 
libssh2_sftp_error) {  // NOLINT(runtime/int,google-runtime-int) unsigned long 
comes from libssh2 API

Review Comment:
   There were instances for both checks where only one of them gave a warning 
for this issue, so I kept both of them.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to