Skip to content

Print only env variables that are set as warnings

Sign in for the full log view
GitHub Actions / cpplint completed Dec 25, 2024 in 1s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (19)

onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|125| Use operator && instead of and [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|129| Use operator ^ instead of xor [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|134| Use operator || instead of or [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|182| Use operator && instead of and [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|205| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|209| Use operator || instead of or [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1214| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1215| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1216| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1217| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1218| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1219| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1220| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1222| Use operator ^ instead of xor [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1260| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1261| Do not indent within a namespace. [whitespace/indent_namespace] [4]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1422| Use operator ^ instead of xor [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1422| Use operator && instead of and [readability/alt_tokens] [2]
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1230| Add #include for move [build/include_what_you_use] [4]

Filtered Findings (0)

Annotations

Check warning on line 125 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L125

 Use operator && instead of and  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:125:  Use operator && instead of and  [readability/alt_tokens] [2]

Check warning on line 129 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L129

 Use operator ^ instead of xor  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:129:  Use operator ^ instead of xor  [readability/alt_tokens] [2]

Check warning on line 134 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L134

 Use operator || instead of or  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:134:  Use operator || instead of or  [readability/alt_tokens] [2]

Check warning on line 182 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L182

 Use operator && instead of and  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:182:  Use operator && instead of and  [readability/alt_tokens] [2]

Check warning on line 205 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L205

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:205:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 209 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L209

 Use operator || instead of or  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:209:  Use operator || instead of or  [readability/alt_tokens] [2]

Check warning on line 1214 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1214

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1214:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1215 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1215

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1215:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1216 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1216

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1216:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1217 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1217

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1217:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1218 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1218

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1218:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1219 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1219

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1219:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1220 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1220

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1220:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1222 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1222

 Use operator ^ instead of xor  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1222:  Use operator ^ instead of xor  [readability/alt_tokens] [2]

Check warning on line 1260 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1260

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1260:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1261 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1261

 Do not indent within a namespace.  [whitespace/indent_namespace] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1261:  Do not indent within a namespace.  [whitespace/indent_namespace] [4]

Check warning on line 1422 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1422

 Use operator ^ instead of xor  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1422:  Use operator ^ instead of xor  [readability/alt_tokens] [2]

Check warning on line 1422 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1422

 Use operator && instead of and  [readability/alt_tokens] [2]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1422:  Use operator && instead of and  [readability/alt_tokens] [2]

Check warning on line 1230 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1230

 Add #include <utility> for move  [build/include_what_you_use] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1230:  Add #include <utility> for move  [build/include_what_you_use] [4]