Skip to content

Commit 5b3666d

Browse files
committed
fix lint-old-quo-usage script
1 parent 356f5c7 commit 5b3666d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint-old-quo-usage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
QUO_USAGES=$(grep -r '\[quo\.' --include '*.cljs' --include '*.clj' './src/status_im2')
3+
QUO_USAGES=$(grep -r -E '\[quo\.[^ ]* :as' --include '*.cljs' --include '*.clj' './src/status_im2')
44

55
echo -e "\nChecking 'status_im2' namespace for 'quo' namespace usage."
66

0 commit comments

Comments
 (0)