scripts: checkpatch.pl: Extend some checks to "env" files
authorTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 16:14:45 +0000 (10:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 22:47:06 +0000 (16:47 -0600)
commit40888b1e4cc81404493a2df263af1ca20ccd08d6
tree1f7c93eace4bbbf848f374f95d1c404592169b61
parentc8a74db0cd2ae90720e81b55795cf2809762a995
scripts: checkpatch.pl: Extend some checks to "env" files

In order for the U-Boot specific tests we've added (along with the long
line test) to be run on ".env" files as well, we need to update the line
in the process function that starts to limit the file extensions that we
test on.

Signed-off-by: Tom Rini <trini@konsulko.com>
scripts/checkpatch.pl