szaszm commented on code in PR #2237: URL: https://github.com/apache/nifi-minifi-cpp/pull/2237#discussion_r3843429301
########## ruff.toml: ########## @@ -0,0 +1,15 @@ +line-length = 120 +builtins = ["log", "REL_SUCCESS", "REL_FAILURE", "REL_ORIGINAL", "raw_input"] + +extend-exclude = ["thirdparty", + "cmake-build-*", Review Comment: I'd add an asterisk at the end of build too. I often have build dirs named build-gcc-make or build-clang-ninja -- 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]
