We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a556d62 commit 0cc93d9Copy full SHA for 0cc93d9
.test/lint.sh
@@ -7,7 +7,9 @@ SRC_DIR=$(cd $(dirname ${BASH_SOURCE:-$0}); cd ../; pwd)
7
lint_driver () {
8
pushd $SRC_DIR/src/drivers
9
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_main.c
10
- python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_dev_fops.c
+ python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_dev.c
11
+ python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_spi.c
12
+ python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_i2c.c
13
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.h
14
popd
15
}
0 commit comments