There was an error while loading. Please reload this page.
1 parent d6c3611 commit 6d32ce8Copy full SHA for 6d32ce8
scripts/code-stats.sh
@@ -3,5 +3,9 @@ __CURRENT__=$(pwd)
3
__DIR__=$(cd "$(dirname "$0")";pwd)
4
5
# enter the dir
6
-cd "${__DIR__}"
7
-cloc ../ --exclude-dir=thirdparty,Debug,CMakeFiles,build,CMakeFiles,.git
+cd "${__DIR__}/.."
+cloc . --exclude-dir=thirdparty,Debug,CMakeFiles,build,.git \
8
+ --fullpath \
9
+ --not-match-d='tools/vendor' \
10
+ --not-match-d='tests/include/lib/vendor' \
11
+ --not-match-f='ext-src/php_swoole_library\.h$'
0 commit comments