Skip to content

Commit 0297649

Browse files
committed
exclude ai from lint checks
1 parent 16dcc08 commit 0297649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set -e
22
# Run linter
3-
find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*dataconnect-sdk/*" \
4-
| xargs eslint
3+
find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*data-connect-sdk/*" -not -path "*ai/sample-app/*" \
4+
| xargs eslint

0 commit comments

Comments
 (0)