rust-embedded/rust-raspberrypi-OS-tutorials

Error regarding Github CI/CD

Jzow opened this issue · 3 comments

Jzow commented

I have noticed that every time a PR is performed, the Github CI/CD program performs status checks, and it seems to report an issue with copyright years in the Makefile file

example:

Clippy X1_JTAG_boot - BSP: rpi4
   Compiling mingo v0.8.0 (/home/runner/work/rust-raspberrypi-OS-tutorials/rust-raspberrypi-OS-tutorials/X1_JTAG_boot)
    Checking tock-registers v0.8.1
    Checking aarch64-cpu v9.0.0
    Finished release [optimized] target(s) in 2.17s
Checking for copyright: 01_wait_forever/Makefile
	Only found years: [2018, 2022]
Error: Process completed with exit code 1.

## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>

But I'm not sure if it caused it error.

It is probably complaining that 2023 is not present. Adding it may fix it.

Jzow commented

It is probably complaining that 2023 is not present. Adding it may fix it.

Okay, I'll add it later and resubmit the PR.