We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356f5c7 commit 5b3666dCopy full SHA for 5b3666d
scripts/lint-old-quo-usage.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
3
-QUO_USAGES=$(grep -r '\[quo\.' --include '*.cljs' --include '*.clj' './src/status_im2')
+QUO_USAGES=$(grep -r -E '\[quo\.[^ ]* :as' --include '*.cljs' --include '*.clj' './src/status_im2')
4
5
echo -e "\nChecking 'status_im2' namespace for 'quo' namespace usage."
6
0 commit comments