File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ dist-full: clean
6565check :
6666 @find . -type f \( -name " *.py" -o -name " *.py" \) ! -path " *./git/*" ! -path " */install.sh" ! -path " */uninstall.sh" \
6767 ! -path " */Bash-Snippet/*" ! -path " */git/git-scripts/*" ! -path " */git/git-extras/*" \
68- ! -path " */git/git-extra-commands/*" ! -path " */cryptography/cryptr/*" \
68+ ! -path " */git/git-extra-commands/*" ! -path " */cryptography/cryptr/*" ! -path " */file/adb-sync/* " \
6969 ! -path " */bash-scripts/*" ! -path " */fff/*" ! -path " */shell-scripts/*" -print0 | xargs -0 -P" $( shell nproc) " -I{} python -m compileall -q " {}"
7070 @echo " Python syntax check: done"
7171 @find . -type f \( -name " *.sh" -o -name " *.bash" \) ! -path " *./git/*" ! -path " */install.sh" ! -path " */uninstall.sh" \
7272 ! -path " */Bash-Snippet/*" ! -path " */git/git-scripts/*" ! -path " */git/git-extras/*" \
73- ! -path " */git/git-extra-commands/*" ! -path " */cryptography/cryptr/*" \
73+ ! -path " */git/git-extra-commands/*" ! -path " */cryptography/cryptr/*" ! -path " */file/adb-sync/* " \
7474 ! -path " */bash-scripts/*" ! -path " */fff/*" ! -path " */shell-scripts/*" -print0 | xargs -0 -P" $( shell nproc) " -I{} $(SHELL ) -n " {}"
7575 @find . -type f \( -name " *.sh" -o -name " *.bash" \) ! -path " *./git/*" ! -path " */install.sh" ! -path " */uninstall.sh" \
7676 ! -path " */Bash-Snippet/*" ! -path " */git/git-scripts/*" ! -path " */git/git-extras/*" \
77- ! -path " */git/git-extra-commands/*" ! -path " */cryptography/cryptr/*" \
77+ ! -path " */git/git-extra-commands/*" ! -path " */cryptography/cryptr/*" ! -path " */file/adb-sync/* " \
7878 ! -path " */bash-scripts/*" ! -path " */fff/*" ! -path " */shell-scripts/*" -print0 | xargs -0 -P" $( shell nproc) " -I{} \
7979 shellcheck --check-sourced --color=auto --format=gcc --severity=warning --shell=bash --enable=all " {}"
8080 @echo " Bash syntax check: done"
You can’t perform that action at this time.
0 commit comments