Skip to content

Commit 0cc93d9

Browse files
committed
lint対象のファイルを修正
1 parent a556d62 commit 0cc93d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.test/lint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ SRC_DIR=$(cd $(dirname ${BASH_SOURCE:-$0}); cd ../; pwd)
77
lint_driver () {
88
pushd $SRC_DIR/src/drivers
99
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
10+
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
1113
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.h
1214
popd
1315
}

0 commit comments

Comments
 (0)