Skip to content
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

reduce max/min 20 #17805

Merged
merged 44 commits into from
Jan 5, 2024

lint

8a97c9c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

reduce max/min 20 #17805

lint
8a97c9c
Select commit
Loading
Failed to load commit list.
GitHub Actions / cpplint completed Nov 27, 2023 in 2s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (93)

onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2279| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2281| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2283| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2285| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2287| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2289| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2297| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2299| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2301| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2303| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2305| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2307| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2420| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2421| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2422| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2423| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2424| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2425| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2426| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2427| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2428| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2429| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2430| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2431| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2432| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/cpu_execution_provider.cc|2433| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h|1| #ifndef header guard has wrong style, please use: ONNXRUNTIME_CORE_PROVIDERS_CPU_REDUCTION_REDUCTION_KERNEL_BASE_H_ [build/header_guard] [5]
onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h|40| #endif line should be "#endif // ONNXRUNTIME_CORE_PROVIDERS_CPU_REDUCTION_REDUCTION_KERNEL_BASE_H_" [build/header_guard] [5]
onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h|14| Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
onnxruntime/core/providers/cpu/reduction/reduction_ops.cc|856| Add #include for vector<> [build/include_what_you_use] [4]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|463| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|484| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|520| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|525| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|530| Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|731| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|752| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|788| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|793| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/reduction/reduction_ops.h|891| Add #include for numeric_limits<> [build/include_what_you_use] [4]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|927| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|934| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|948| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|962| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|972| Closing ) should be moved to the previous line [whitespace/parens] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|978| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|992| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1006| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1015| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1029| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1043| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1057| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1071| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1085| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1099| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1113| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1127| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1141| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1155| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1168| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1181| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|1194| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|3533| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|3583| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|3584| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5765| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5776| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5796| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5803| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5804| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5812| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5819| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5820| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5828| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5835| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5836| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5844| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5851| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5852| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5860| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5867| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5868| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5876| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5883| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5884| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5891| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5892| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5899| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5900| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5907| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5908| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5915| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc|5916| Lines should be <= 120 characters long [whitespace/line_length] [2]

Filtered Findings (817312)

build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|311| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|333| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|399| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|749| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|754| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|760| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|767| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|768| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|769| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|778| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|783| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|789| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|305| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|327| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|397| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|734| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|739| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|745| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|752| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|753| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|754| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|763| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|768| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|774| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|831| { should almost always be at the end of the previous line [whitespace/braces] [4]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|159| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|107| Add #include for forward [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|40| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|1774| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/equal_benchmark.cc|34| Using C-style cast. Use static_cast(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|34| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|835| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|25| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|219| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|17| is an unapproved C++11 header. [build/c++11] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|64| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|24| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|180| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|48| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|937| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|933| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|76| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|496| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|477| Add #include for move [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|588| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|200| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|34| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cmake_thread_test.cc|21| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|42| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|144| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|55| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|170| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|130| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|398| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|282| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian_test.cc|86| Add #include for swap [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|43| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|1109| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|733| Add #include for numeric_limits<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|797| Add #include for forward [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|889| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|934| Add #include for vector<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_testing.h|42| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_FAST_TYPE_ID_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id.h|50| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_FAST_TYPE_ID_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|29| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|30| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|33| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|34| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|35| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|36| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|108| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/hide_ptr.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_HIDE_PTR_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/hide_ptr.h|51| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_HIDE_PTR_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/identity.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_IDENTITY_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/identity.h|37| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_IDENTITY_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable.h|107| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable_testing.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable_testing.h|46| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/invoke.h|37| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INVOKE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/invoke.h|241| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INVOKE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc.h|127| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|61| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|100| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|103| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|110| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_scheduling.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_SCHEDULING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_scheduling.h|134| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_SCHEDULING_H_" [build/header_guard] [5]
... (Too many findings. Dropped some findings)

Annotations

Check warning on line 2279 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2279

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2279:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2281 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2281

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2281:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2283 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2283

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2283:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2285 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2285

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2285:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2287 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2287

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2287:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2289 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2289

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2289:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2297 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2297

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2297:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2299 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2299

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2299:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2301 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2301

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2301:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2303 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2303

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2303:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2305 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2305

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2305:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2307 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2307

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2307:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2420 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2420

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2420:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2421 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2421

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2421:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2422 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2422

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2422:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2423 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2423

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2423:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2424 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2424

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2424:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2425 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2425

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2425:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2426 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2426

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2426:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2427 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2427

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2427:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2428 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2428

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2428:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2429 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2429

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2429:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2430 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2430

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2430:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2431 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2431

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2431:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 2432 in onnxruntime/core/providers/cpu/cpu_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/cpu/cpu_execution_provider.cc#L2432

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/cpu/cpu_execution_provider.cc:2432:  Lines should be <= 120 characters long  [whitespace/line_length] [2]