RegexFullMatch operator #24855
Annotations
5 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/text/regex_full_match.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/text/regex_full_match.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/text/regex_full_match.cc#L22
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/text/regex_full_match.cc:22: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cpu/text/regex_full_match_test.cc#L6
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/providers/cpu/text/regex_full_match_test.cc:6: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cpu/text/regex_full_match_test.cc#L19
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/providers/cpu/text/regex_full_match_test.cc:19: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cpu/text/regex_full_match_test.cc#L103
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<char*>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/test/providers/cpu/text/regex_full_match_test.cc:103: Using C-style cast. Use reinterpret_cast<char*>(...) instead [readability/casting] [4]
|
The logs for this run have expired and are no longer available.
Loading