afriqs commented on code in PR #266: URL: https://github.com/apache/skywalking-eyes/pull/266#discussion_r2959226455
########## assets/styles.yaml: ########## @@ -115,3 +120,8 @@ start: '"""' middle: ~ end: '"""' + +- id: Slash + start: '/' + middle: '/' + end: '/' Review Comment: Is this a a char or a regexp. Others only seem to be chars and not regexp but it fails with a regexp see https://github.com/apache/skywalking-eyes/actions/runs/23291104829/job/67726951492?pr=266#step:6:940 :shrug: ########## assets/styles.yaml: ########## @@ -115,3 +120,8 @@ start: '"""' middle: ~ end: '"""' + +- id: Slash + start: '/' + middle: '/' + end: '/' Review Comment: Is this a a char or a regexp? Others only seem to be chars and not regexp but it fails with a regexp see https://github.com/apache/skywalking-eyes/actions/runs/23291104829/job/67726951492?pr=266#step:6:940 :shrug: -- 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]
