Lines Matching full:script
31 # The script to check or format source code of OpenThread.
35 # script/make-pretty
39 # script/make-pretty clang
40 # script/make-pretty clang-format
41 # script/make-pretty clang-tidy
45 # script/make-pretty markdown
49 # script/make-pretty python
53 # script/make-pretty shell
57 # script/make-pretty check clang
58 # script/make-pretty check clang-format
59 # script/make-pretty check clang-tidy
60 # script/make-pretty check markdown
61 # script/make-pretty check python
62 # script/make-pretty check shell
156 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format -style=file -i -verbose
166 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check
178 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}" -fix)
190 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}")