dongzl opened a new pull request #97:
URL: https://github.com/apache/skywalking-eyes/pull/97
Recently, I use this project to fix myself project license header, It is a
GoLand project.
I find that the header comment style config at the `languages.yaml` and
`styles.yaml`, and it doesn't support config.
The `Go` file license header comment style is `//`, like:
```
// Licensed to the Apache Software Foundation (ASF) under one
// ... ...
```
But I want the license header comment style is `*`, like:
```
/*
* Licensed to the Apache Software Foundation (ASF) under one
* ... ...
*/
```
So, I fix code and submit this PR.
I add the config `languages` at the `.licenserc.yaml`, and the license
header comment style use this file config preferentially, if this file doesn't
have this config, it use the default config at the `languages.yaml`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]