We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091ca27 commit 4052ea1Copy full SHA for 4052ea1
lint.sh
@@ -50,10 +50,10 @@ then
50
lintAllFiles "firebase_admin" ""
51
lintAllFiles "tests" "$SKIP_FOR_TESTS"
52
lintAllFiles "integration" "$SKIP_FOR_TESTS"
53
- lintAllFiles "snippets" "$SKIP_FOR_TESTS"
+ lintAllFiles "snippets" "$SKIP_FOR_SNIPPETS"
54
else
55
lintChangedFiles "firebase_admin" ""
56
lintChangedFiles "tests" "$SKIP_FOR_TESTS"
57
lintChangedFiles "integration" "$SKIP_FOR_TESTS"
58
- lintChangedFiles "snippets" "$SKIP_FOR_TESTS"
+ lintChangedFiles "snippets" "$SKIP_FOR_SNIPPETS"
59
fi
0 commit comments