You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2020/12/21 07:57:44 UTC

[skywalking-eyes] 10/25: Update doc

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git

commit cbb27a78d402a206ea85a672c4db6b8921ba7ba3
Author: Hoshea <fg...@gmail.com>
AuthorDate: Mon Nov 23 20:23:33 2020 +0800

    Update doc
---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4857aca..255cd15 100644
--- a/README.md
+++ b/README.md
@@ -78,5 +78,14 @@ Flags:
 ## Test
 
 ```bash
-bin/license-checker -p test -c test/.licenserc_for_test.json 
+bin/license-checker -p test -c test/.licenserc_for_test.json
+
+[No Specified License]: test/include_test/without_license/testcase.go
+[No Specified License]: test/include_test/without_license/testcase.graphql
+[No Specified License]: test/include_test/without_license/testcase.java
+[No Specified License]: test/include_test/without_license/testcase.py
+[No Specified License]: test/include_test/without_license/testcase.sh
+[No Specified License]: test/include_test/without_license/testcase.yaml
+[No Specified License]: test/include_test/without_license/testcase.yml
+Total check 14 files, success: 7, failure: 7 
 ```