Skywalking-eyes use #12960
Skywalking-eyes use
#12960
-
Hi, team. I usedskywalking-eyes to detect the license file in the project. I added the following configuration to the configuration file. language:
Go:
extensions:
- ".go"
comment_style_id: DoubleSlash declared that the go file in the project is but the following licenses exist in the project: /*
Copyright 2015 The Kubernetes Authors.
Licensed 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.
*/ I used skywalking-eyes to test and it passed. Is this the expected test result?
|
Beta Was this translation helpful? Give feedback.
Answered by
kezhenxu94
Jan 13, 2025
Replies: 1 comment 3 replies
-
The double slash comment style is for fixing headers, when checking all possible comment styles are valid |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
yuluo-yx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The double slash comment style is for fixing headers, when checking all possible comment styles are valid