Skip to content

Commit a4b6b0e

Browse files
committed
lintの対象ファイルを修正
1 parent 6e53c59 commit a4b6b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.test/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SRC_DIR=$(cd $(dirname ${BASH_SOURCE:-$0}); cd ../; pwd)
66

77
lint_driver () {
88
pushd $SRC_DIR/src/drivers
9-
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.c
9+
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_main.c
1010
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.h
1111
popd
1212
}

0 commit comments

Comments
 (0)