File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ dist-full: clean
65
65
check :
66
66
@find . -type f \( -name " *.py" -o -name " *.py" \) ! -path " *./git/*" ! -path " */install.sh" ! -path " */uninstall.sh" \
67
67
! -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/* " \
69
69
! -path " */bash-scripts/*" ! -path " */fff/*" ! -path " */shell-scripts/*" -print0 | xargs -0 -P" $( shell nproc) " -I{} python -m compileall -q " {}"
70
70
@echo " Python syntax check: done"
71
71
@find . -type f \( -name " *.sh" -o -name " *.bash" \) ! -path " *./git/*" ! -path " */install.sh" ! -path " */uninstall.sh" \
72
72
! -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/* " \
74
74
! -path " */bash-scripts/*" ! -path " */fff/*" ! -path " */shell-scripts/*" -print0 | xargs -0 -P" $( shell nproc) " -I{} $(SHELL ) -n " {}"
75
75
@find . -type f \( -name " *.sh" -o -name " *.bash" \) ! -path " *./git/*" ! -path " */install.sh" ! -path " */uninstall.sh" \
76
76
! -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/* " \
78
78
! -path " */bash-scripts/*" ! -path " */fff/*" ! -path " */shell-scripts/*" -print0 | xargs -0 -P" $( shell nproc) " -I{} \
79
79
shellcheck --check-sourced --color=auto --format=gcc --severity=warning --shell=bash --enable=all " {}"
80
80
@echo " Bash syntax check: done"
You can’t perform that action at this time.
0 commit comments