Skip to content

Commit

Permalink
lintの対象ファイルを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Nov 5, 2024
1 parent 6e53c59 commit a4b6b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SRC_DIR=$(cd $(dirname ${BASH_SOURCE:-$0}); cd ../; pwd)

lint_driver () {
pushd $SRC_DIR/src/drivers
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.c
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_main.c
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.h
popd
}
Expand Down

0 comments on commit a4b6b0e

Please sign in to comment.