Commit 7c81333 1 parent 86c8f0f commit 7c81333 Copy full SHA for 7c81333
File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,9 @@ check_symbols() {
19
19
esac
20
20
done
21
21
22
- ember_matches=$( git grep -I -n ' \<ember[A-Za-z0-9_]*' -- ' ./*' " ${exclusions[@]} " \
23
- ' :(exclude).github/*' \
24
- ' :(exclude)src/app/util/*' \
25
- ' :(exclude)zzz_generated/app-common/app-common/zap-generated/access/Accessors.h' \
26
- ' :(exclude)src/app/zap-templates/templates/app/attributes/Accessors-src.zapt' )
22
+ ember_matches=$( git grep -I -n ' \<ember[A-Za-z0-9_]*' -- ' ./*' " ${exclusions[@]} " )
27
23
28
- emAf_matches=$( git grep -I -n ' \<emAf[A-Za-z0-9_]*' -- ' ./*' " ${exclusions[@]} " \
29
- ' :(exclude).github/*' \
30
- ' :(exclude)src/app/util/*' \
31
- ' :(exclude)zzz_generated/app-common/app-common/zap-generated/access/Accessors.h' \
32
- ' :(exclude)src/app/zap-templates/templates/app/attributes/Accessors-src.zapt' )
24
+ emAf_matches=$( git grep -I -n ' \<emAf[A-Za-z0-9_]*' -- ' ./*' " ${exclusions[@]} " )
33
25
34
26
if [[ -n " $ember_matches " || -n " $emAf_matches " ]]; then
35
27
echo " Error: Found 'ember' or 'emAf' symbols in the following files and lines:"
You can’t perform that action at this time.
0 commit comments