mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
CI: Enable linting in CI again. See #182.
This commit is contained in:
parent
d502b59062
commit
120956b835
@ -202,9 +202,7 @@ lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
|
|||||||
config.vlt $^ \
|
config.vlt $^ \
|
||||||
>lint_issues.txt 2>&1 \
|
>lint_issues.txt 2>&1 \
|
||||||
&& { rm -f lint_issues.txt; exit 0; } \
|
&& { rm -f lint_issues.txt; exit 0; } \
|
||||||
|| { cat lint_issues.txt; exit 0; }
|
|| { cat lint_issues.txt; exit 1; }
|
||||||
echo "Non-zero exit temporarily removed, see issue 182."
|
|
||||||
#|| { cat lint_issues.txt; exit 1; }
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user