kwanhur commented on issue #8710:
URL: https://github.com/apache/skywalking/issues/8710#issuecomment-1079910757
I place `license-eye` hooks as the below, it works well.
```yaml
- repo: local
hooks:
- id: license-header-check
name: license header check
entry: license-eye header check
language: system
types: [file]
- id: license-header-fix
name: license header fix
entry: license-eye header fix
language: system
types: [file]
```
--
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]