Skip to content

update docs

update docs #19780

GitHub Actions / cpplint completed Oct 4, 2023 in 3s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (135)

include/onnxruntime/core/providers/cuda/cuda_provider_options.h|35| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc|323| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc|324| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc|347| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc|348| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|27| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|28| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|29| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|92| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|97| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|98| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h|99| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|139| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|252| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|298| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|299| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|307| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|318| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|328| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|384| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h|474| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc|63| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc|63| Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|27| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|36| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|39| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|43| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|52| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|53| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h|99| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/logits_processor.h|260| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/transformers/logits_processor.h|214| Add #include for vector<> [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cpu/transformers/logits_processor.h|263| Add #include for numeric_limits<> [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cuda/bert/attention.cc|160| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/bert/attention.cc|227| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/bert/attention.cc|254| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/bert/attention.cc|255| Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
onnxruntime/contrib_ops/cuda/bert/attention.h|7| is an unapproved C++11 header. [build/c++11] [5]
onnxruntime/contrib_ops/cuda/bert/decoder_masked_multihead_attention.cc|103| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/bert/fastertransformer_decoder_attention/decoder_masked_multihead_attention_impl.cu|433| Using C-style cast. Use reinterpret_cast<float*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/bert/fastertransformer_decoder_attention/decoder_masked_multihead_attention_impl.cu|435| Using C-style cast. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping.cc|8| Found C++ system header after other header. Should be: dynamic_time_warping.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping.cc|9| Found C++ system header after other header. Should be: dynamic_time_warping.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping.cc|11| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping.cc|31| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping.h|6| Found C system header after other header. Should be: dynamic_time_warping.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|7| Found C system header after other header. Should be: dynamic_time_warping_impl.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|8| Found C++ system header after other header. Should be: dynamic_time_warping_impl.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|10| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|46| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|46| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|48| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|49| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|71| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|75| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|95| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|96| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|97| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|98| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|113| Using C-style cast. Use reinterpret_cast<int32_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|114| Using C-style cast. Use reinterpret_cast<size_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|115| Using C-style cast. Use reinterpret_cast<float*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|116| Using C-style cast. Use reinterpret_cast<int8_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/dynamic_time_warping_impl.cu|135| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/tensor/unfold.cc|8| Found C++ system header after other header. Should be: unfold.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold.cc|9| Found C++ system header after other header. Should be: unfold.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold.cc|11| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/cuda/tensor/unfold.cc|36| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/tensor/unfold.cc|36| Add #include for multiplies<> [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold.cc|39| Add #include for copy [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold.h|6| Found C system header after other header. Should be: unfold.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|7| Found C system header after other header. Should be: unfold_impl.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|9| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|20| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|21| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|21| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|38| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|75| Using C-style cast. Use reinterpret_cast<int8_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|80| Using C-style cast. Use reinterpret_cast<int16_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|85| Using C-style cast. Use reinterpret_cast<int32_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|90| Using C-style cast. Use reinterpret_cast<int64_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/tensor/unfold_impl.cu|95| Using C-style cast. Use reinterpret_cast<float4*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1320| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1340| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1362| Using C-style cast. Use reinterpret_cast<CudaT*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1363| Using C-style cast. Use reinterpret_cast<CudaT**>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1370| Closing ) should be moved to the previous line [whitespace/parens] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1381| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1382| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1383| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1397| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1398| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1402| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1404| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1406| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1440| Using C-style cast. Use reinterpret_cast<CudaT*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1456| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1463| Using C-style cast. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1469| Using C-style cast. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1490| Closing ) should be moved to the previous line [whitespace/parens] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_cuda_impl.cu|1524| Using C-style cast. Use reinterpret_cast<CudaT*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|431| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|434| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|434| Using C-style cast. Use reinterpret_cast<T*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|439| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|444| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|445| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|461| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|463| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|479| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|480| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|1607| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|1607| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/transformers/generation_device_helper.cc|1603| Add #include for vector<> [build/include_what_you_use] [4]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1139| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1140| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1163| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1174| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1176| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1195| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1196| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1199| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1200| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1211| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1212| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1213| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1214| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1217| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1218| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|1219| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cuda/cuda_execution_provider_info.cc|103| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cuda/cuda_execution_provider_info.cc|149| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/cuda/cuda_execution_provider_info.cc|168| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/contrib_ops/dynamic_time_warping_op_test.cc|9| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]

Filtered Findings (844245)

build/Debug/CMakeFiles/3.27.6/CompilerIdC/CMakeCCompilerId.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.27.6/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.6/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.6/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.6/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.6/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.6/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.6/CompilerIdC/CMakeCCompilerId.c|399| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.27.6/CompilerIdC/CMakeCCompilerId.c|749| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/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.6/CompilerIdC/CMakeCCompilerId.c|760| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdC/CMakeCCompilerId.c|767| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdC/CMakeCCompilerId.c|768| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdC/CMakeCCompilerId.c|769| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdC/CMakeCCompilerId.c|778| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/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.6/CompilerIdC/CMakeCCompilerId.c|789| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.27.6/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.6/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.6/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.6/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.6/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.6/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.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|397| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.27.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|734| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/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.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|745| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|752| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|753| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|754| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|763| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/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.6/CompilerIdCXX/CMakeCXXCompilerId.cpp|774| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.6/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]

Annotations

Check warning on line 35 in include/onnxruntime/core/providers/cuda/cuda_provider_options.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] include/onnxruntime/core/providers/cuda/cuda_provider_options.h#L35

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
include/onnxruntime/core/providers/cuda/cuda_provider_options.h:35:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 323 in onnxruntime/contrib_ops/cpu/transformers/beam_search.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search.cc#L323

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc:323:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 324 in onnxruntime/contrib_ops/cpu/transformers/beam_search.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search.cc#L324

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc:324:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 347 in onnxruntime/contrib_ops/cpu/transformers/beam_search.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search.cc#L347

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc:347:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 348 in onnxruntime/contrib_ops/cpu/transformers/beam_search.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search.cc#L348

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search.cc:348:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 27 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L27

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:27:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 28 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L28

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:28:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 29 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L29

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:29:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 92 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L92

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:92:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 97 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L97

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:97:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 98 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L98

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:98:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 99 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h#L99

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_base.h:99:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 139 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L139

 Using C-style cast.  Use reinterpret_cast<void*>(...) instead  [readability/casting] [4]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:139:  Using C-style cast.  Use reinterpret_cast<void*>(...) instead  [readability/casting] [4]

Check warning on line 252 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L252

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:252:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 298 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L298

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:298:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 299 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L299

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:299:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 307 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L307

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:307:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 318 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L318

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:318:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 328 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L328

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:328:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 384 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L384

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:384:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 474 in onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h#L474

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_impl_whisper.h:474:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 63 in onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc#L63

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc:63:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 63 in onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc#L63

 Using C-style cast.  Use static_cast<size_t>(...) instead  [readability/casting] [4]
Raw output
onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc:63:  Using C-style cast.  Use static_cast<size_t>(...) instead  [readability/casting] [4]

Check warning on line 27 in onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h#L27

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h:27:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 36 in onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h#L36

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/transformers/greedy_search_impl_base.h:36:  Lines should be <= 120 characters long  [whitespace/line_length] [2]