wip: Floo macros #622
lint.yml
on: push
check-clean
28s
check-stale
28s
bender-up-to-date
8s
verible-lint
48s
pylint
33s
lint-license
9s
Annotations
3 errors and 9 warnings
check-clean
Process completed with exit code 1.
|
check-stale
Process completed with exit code 1.
|
verible-lint
Process completed with exit code 1.
|
bender-up-to-date
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-license
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-license
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[verible-verilog-lint] hw/tb/tb_floo_nw_chimney.sv#L11:
hw/tb/tb_floo_nw_chimney.sv#L11
Declared module does not match the first dot-delimited component of file name: "tb_floo_nw_chimney" [Style: file-names] [module-filename]
|
[verible-verilog-lint] hw/floo_nw_vc_chimney.sv#L14:
hw/floo_nw_vc_chimney.sv#L14
Declared module does not match the first dot-delimited component of file name: "floo_nw_vc_chimney" [Style: file-names] [module-filename]
|
[verible-verilog-lint] hw/floo_pkg.sv#L158:
hw/floo_pkg.sv#L158
Explicitly define a default case for every case statement or add `unique` qualifier to the case statement. [Style: case-statements] [case-missing-default]
|
[verible-verilog-lint] hw/floo_pkg.sv#L168:
hw/floo_pkg.sv#L168
Explicitly define a default case for every case statement or add `unique` qualifier to the case statement. [Style: case-statements] [case-missing-default]
|
[verible-verilog-lint] hw/floo_pkg.sv#L194:
hw/floo_pkg.sv#L194
Line length exceeds max: 100; is: 108 [Style: line-length] [line-length]
|
[verible-verilog-lint] hw/floo_pkg.sv#L211:
hw/floo_pkg.sv#L211
Line length exceeds max: 100; is: 108 [Style: line-length] [line-length]
|