Implement target backend for AIRBIN #3
Annotations
2 errors and 10 warnings
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
|
compiler/aiecc/cl_arguments.py#L174
[pylint] reported by reviewdog 🐶
C0301: Line too long (155/100) (line-too-long)
Raw Output:
compiler/aiecc/cl_arguments.py:174:0: C0301: Line too long (155/100) (line-too-long)
|
compiler/aiecc/cl_arguments.py#L14
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'aie.compiler.aiecc.configure' (import-error)
Raw Output:
compiler/aiecc/cl_arguments.py:14:0: E0401: Unable to import 'aie.compiler.aiecc.configure' (import-error)
|
compiler/aiecc/cl_arguments.py#L14
[pylint] reported by reviewdog 🐶
W0401: Wildcard import aie.compiler.aiecc.configure (wildcard-import)
Raw Output:
compiler/aiecc/cl_arguments.py:14:0: W0401: Wildcard import aie.compiler.aiecc.configure (wildcard-import)
|
compiler/aiecc/cl_arguments.py#L14
[pylint] reported by reviewdog 🐶
E0611: No name 'compiler' in module 'aie' (no-name-in-module)
Raw Output:
compiler/aiecc/cl_arguments.py:14:0: E0611: No name 'compiler' in module 'aie' (no-name-in-module)
|
compiler/aiecc/cl_arguments.py#L19
[pylint] reported by reviewdog 🐶
C0103: Constant name "peano_install_dir" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|__.*__)$' pattern) (invalid-name)
Raw Output:
compiler/aiecc/cl_arguments.py:19:0: C0103: Constant name "peano_install_dir" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|__.*__)$' pattern) (invalid-name)
|
compiler/aiecc/cl_arguments.py#L26
[pylint] reported by reviewdog 🐶
C0103: Constant name "peano_install_dir" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|__.*__)$' pattern) (invalid-name)
Raw Output:
compiler/aiecc/cl_arguments.py:26:4: C0103: Constant name "peano_install_dir" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|__.*__)$' pattern) (invalid-name)
|
compiler/aiecc/cl_arguments.py#L62
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'aie_link_with_xchesscc' (undefined-variable)
Raw Output:
compiler/aiecc/cl_arguments.py:62:16: E0602: Undefined variable 'aie_link_with_xchesscc' (undefined-variable)
|
compiler/aiecc/cl_arguments.py#L69
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'aie_link_with_xchesscc' (undefined-variable)
Raw Output:
compiler/aiecc/cl_arguments.py:69:20: E0602: Undefined variable 'aie_link_with_xchesscc' (undefined-variable)
|
compiler/aiecc/cl_arguments.py#L90
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'aie_compile_with_xchesscc' (undefined-variable)
Raw Output:
compiler/aiecc/cl_arguments.py:90:16: E0602: Undefined variable 'aie_compile_with_xchesscc' (undefined-variable)
|
compiler/aiecc/cl_arguments.py#L97
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'aie_compile_with_xchesscc' (undefined-variable)
Raw Output:
compiler/aiecc/cl_arguments.py:97:20: E0602: Undefined variable 'aie_compile_with_xchesscc' (undefined-variable)
|
The logs for this run have expired and are no longer available.
Loading