ruleeeer commented on pull request #66: URL: https://github.com/apache/skywalking-nodejs/pull/66#issuecomment-1023993014
@kezhenxu94 This is the third issue that I mentioned before.`match` field are required and the other fields are optional, <img width="757" alt="image" src="https://user-images.githubusercontent.com/70385062/151512127-f9b3f367-c2b1-4bd0-b2fb-3376969b456d.png"> You can see the relevant documentation [here](https://palantir.github.io/tslint/rules/file-header/) you can just add the match field(my '123' is just for verification, it doesn't make any sense) <img width="235" alt="image" src="https://user-images.githubusercontent.com/70385062/151512697-b76d92eb-4609-4bcc-b84e-d31d31f389ea.png"> <hr> after executing `npm run lint` to get this error message <img width="757" alt="image" src="https://user-images.githubusercontent.com/70385062/151513052-3c0eedea-c58d-4135-88fe-81e34c25682d.png"> -- 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]
