fix license-eye to ignore .lock files (#14)

Signed-off-by: Shikugawa <Shikugawa@gmail.com>
diff --git a/.github/licenserc.yaml b/.github/licenserc.yaml
new file mode 100644
index 0000000..87be027
--- /dev/null
+++ b/.github/licenserc.yaml
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+header:
+  license:
+    spdx-id: Apache-2.0
+    copyright-owner: Apache Software Foundation
+
+  paths-ignore:
+    - 'LICENSE'
+    - 'NOTICE'
+    - '**/*.md'
+    - '**/*.lock'
+    - '**/.gitignore'
+    - '**/.gitmodules'
+
+  comment: on-failure
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2383187..e770f68 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -34,6 +34,8 @@
           submodules: 'recursive'
       - name: Check License Header
         uses: apache/skywalking-eyes@ce2b365019e4fee22a2115b629dd6cfb675a9208
+        with:
+          config: .github/licenserc.yaml
       - name: Install Rust toolchain
         run: rustup toolchain install stable --component clippy --component rustfmt
       - name: Run format
diff --git a/Cargo.lock b/Cargo.lock
index c243570..5bfa1aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,20 +1,3 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 version = 3