Lines Matching full:echo

151     echo -e '========================================'
152 echo -e ' format c/c++ (clang-format)'
153 echo -e '========================================'
155 …git ls-files "${OT_CLANG_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|')…
161 echo -e '========================================'
162 echo -e ' check c/c++ (clang-format)'
163 echo -e '========================================'
165 …git ls-files "${OT_CLANG_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|')…
171 echo -e '========================================'
172 echo -e ' format c/c++ (clang-tidy)'
173 echo -e '========================================'
183 echo -e '========================================'
184 echo -e ' check c/c++ (clang-tidy)'
185 echo -e '========================================'
195 echo -e '========================================'
196 echo -e ' format markdown'
197 echo -e '========================================'
199 …git ls-files "${OT_MARKDOWN_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '…
205 echo -e '========================================'
206 echo -e ' check markdown'
207 echo -e '========================================'
209 …git ls-files "${OT_MARKDOWN_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '…
215 echo -e '========================================'
216 echo -e ' format python'
217 echo -e '========================================'
219 …git ls-files "${OT_PYTHON_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'…
225 echo -e '========================================'
226 echo -e ' check python'
227 echo -e '========================================'
229 …git ls-files "${OT_PYTHON_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'…
235 echo -e '========================================'
236 echo -e ' format shell'
237 echo -e '========================================'
239 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
245 echo -e '========================================'
246 echo -e ' check shell'
247 echo -e '========================================'
249 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
252 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
278 echo >&2 "Unsupported check: $1. Supported: clang, markdown, python, shell"
309 echo >&2 "Unsupported action: $1. Supported: clang, markdown, python, shell"