Skip to content

fix for blob

fix for blob #1

GitHub Actions / cpplint completed Nov 24, 2023 in 1s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (47)

onnxruntime/core/graph/function_utils.cc|83| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/function_utils.cc|277| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/graph.cc|370| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/graph.cc|591| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/graph.cc|647| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/graph.cc|785| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/graph_flatbuffers_utils.cc|267| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/model.cc|85| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/model.cc|164| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/model.cc|405| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/model.cc|426| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/model.cc|438| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/model.cc|466| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/model.cc|477| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/model.cc|853| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/graph/op.cc|15| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/constant_sharing.cc|179| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/conv_add_act_fusion.cc|305| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/optimizer/fast_gelu_fusion.cc|40| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/fast_gelu_fusion.cc|119| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/fast_gelu_fusion.cc|207| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/gelu_approximation.cc|78| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/optimizer/gelu_approximation.cc|82| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/gelu_fusion.cc|49| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/gemm_activation_fusion.cc|60| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/optimizer/layer_norm_fusion.cc|144| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/layer_norm_fusion.cc|523| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/matmul_activation_fusion.cc|47| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/optimizer/matmul_bn_fusion.cc|19| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/matmul_bn_fusion.cc|41| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/optimizer/skip_layer_norm_fusion.cc|174| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/math/element_wise_ops.cc|1711| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/core/providers/cpu/ml/cast_map.cc|101| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc|142| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc|166| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/rnn/rnn.cc|24| Add #include for min [build/include_what_you_use] [4]
onnxruntime/core/providers/cpu/tensor/concat.cc|57| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/concat.cc|253| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/eye_like.cc|33| Missing space before { [whitespace/braces] [5]
onnxruntime/core/providers/cpu/tensor/eye_like.cc|55| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/scatter_nd.cc|413| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/slice.cc|195| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/slice.cc|282| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/transpose.cc|186| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/transpose.cc|254| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/core/providers/cpu/tensor/transpose.cc|420| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cpu/tensor/transpose.cc|426| Lines should be <= 120 characters long [whitespace/line_length] [2]

Filtered Findings (818012)

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/CMakeFiles/custom_op_invalid_library.dir/Unity/unity_Unity_Group_cxx.cxx|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/custom_op_invalid_library.dir/Unity/unity_Unity_Group_cxx.cxx|3| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/custom_op_invalid_library.dir/Unity/unity_Unity_Group_cxx.cxx|4| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/custom_op_library.dir/Unity/unity_Unity_Group_cxx.cxx|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/custom_op_library.dir/Unity/unity_Unity_Group_cxx.cxx|3| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/custom_op_library.dir/Unity/unity_Unity_Group_cxx.cxx|4| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/custom_op_library.dir/Unity/unity_Unity_Group_cxx.cxx|6| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/custom_op_library.dir/Unity/unity_Unity_Group_cxx.cxx|7| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|3| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|4| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|6| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|7| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|9| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|10| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|12| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|13| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|15| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|16| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|18| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|19| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|21| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|22| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|24| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|25| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|27| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|28| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|30| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|31| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|33| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|34| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|36| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|37| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|39| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|40| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|42| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|43| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|45| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|46| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|48| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|49| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|51| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|52| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|54| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|55| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|57| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|58| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|60| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|61| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|63| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_common.dir/Unity/unity_Unity_Group_cxx.cxx|64| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_flatbuffers.dir/Unity/unity_Unity_Group_cxx.cxx|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/onnxruntime_flatbuffers.dir/Unity/unity_Unity_Group_cxx.cxx|3| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_flatbuffers.dir/Unity/unity_Unity_Group_cxx.cxx|4| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|3| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|4| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|6| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|7| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|9| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|10| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|12| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|13| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|15| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|16| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|18| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|19| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|21| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|22| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|24| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|25| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|27| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|28| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|30| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|31| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|33| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|34| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|36| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|37| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|39| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|40| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|42| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|43| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|45| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|46| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|48| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|49| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|51| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|52| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|54| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|55| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|57| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|58| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|60| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|61| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|63| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|64| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|66| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|67| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|69| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|70| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|72| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|73| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|75| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|76| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|78| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|79| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|81| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|82| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|84| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|85| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|87| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|88| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|90| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|91| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|93| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|94| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|96| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|97| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|99| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|100| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|102| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|103| Do not include .cc files from other packages [build/include] [4]
build/Debug/CMakeFiles/onnxruntime_framework.dir/Unity/unity_Unity_Group_cxx.cxx|105| Unknown NOLINT error category: bugprone-suspicious-include [readability/nolint] [5]
... (Too many findings. Dropped some findings)

Annotations

Check warning on line 83 in onnxruntime/core/graph/function_utils.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/function_utils.cc#L83

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/function_utils.cc:83:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 277 in onnxruntime/core/graph/function_utils.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/function_utils.cc#L277

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/function_utils.cc:277:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 370 in onnxruntime/core/graph/graph.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/graph.cc#L370

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/graph.cc:370:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 591 in onnxruntime/core/graph/graph.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/graph.cc#L591

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/graph.cc:591:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 647 in onnxruntime/core/graph/graph.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/graph.cc#L647

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/graph.cc:647:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 785 in onnxruntime/core/graph/graph.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/graph.cc#L785

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/graph.cc:785:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 267 in onnxruntime/core/graph/graph_flatbuffers_utils.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/graph_flatbuffers_utils.cc#L267

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/graph_flatbuffers_utils.cc:267:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 85 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L85

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/model.cc:85:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 164 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L164

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/model.cc:164:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 405 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L405

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/graph/model.cc:405:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 426 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L426

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/graph/model.cc:426:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 438 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L438

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/graph/model.cc:438:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 466 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L466

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/graph/model.cc:466:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 477 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L477

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/graph/model.cc:477:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 853 in onnxruntime/core/graph/model.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/model.cc#L853

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/model.cc:853:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 15 in onnxruntime/core/graph/op.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/graph/op.cc#L15

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/graph/op.cc:15:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 179 in onnxruntime/core/optimizer/constant_sharing.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/constant_sharing.cc#L179

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/optimizer/constant_sharing.cc:179:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 305 in onnxruntime/core/optimizer/conv_add_act_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/conv_add_act_fusion.cc#L305

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/optimizer/conv_add_act_fusion.cc:305:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 40 in onnxruntime/core/optimizer/fast_gelu_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/fast_gelu_fusion.cc#L40

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/optimizer/fast_gelu_fusion.cc:40:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 119 in onnxruntime/core/optimizer/fast_gelu_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/fast_gelu_fusion.cc#L119

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/optimizer/fast_gelu_fusion.cc:119:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 207 in onnxruntime/core/optimizer/fast_gelu_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/fast_gelu_fusion.cc#L207

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/optimizer/fast_gelu_fusion.cc:207:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 78 in onnxruntime/core/optimizer/gelu_approximation.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/gelu_approximation.cc#L78

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/optimizer/gelu_approximation.cc:78:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 82 in onnxruntime/core/optimizer/gelu_approximation.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/gelu_approximation.cc#L82

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/optimizer/gelu_approximation.cc:82:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 49 in onnxruntime/core/optimizer/gelu_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/gelu_fusion.cc#L49

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/core/optimizer/gelu_fusion.cc:49:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 60 in onnxruntime/core/optimizer/gemm_activation_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/gemm_activation_fusion.cc#L60

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/optimizer/gemm_activation_fusion.cc:60:  Lines should be <= 120 characters long  [whitespace/line_length] [2]