Fix trailing spaces/tabs in yaml syntax files#3200
Fix trailing spaces/tabs in yaml syntax files#3200JoeKar merged 1 commit intomicro-editor:masterfrom
Conversation
runtime/syntax/arduino.yaml
Outdated
| - identifier: "\\b[A-Z_][0-9A-Z_]+\\b" | ||
| - identifier: "\\b[A-Z_][0-9A-Z_]+\\b" | ||
|
|
||
| ## |
There was a problem hiding this comment.
grep has told me about a remaining trailing space at this line.
There was a problem hiding this comment.
I've just tried and it told me about trailing space after ## which it true... But the reported by you space is one of the changes of commit. Are you sure you grepped on PR's branch?
There was a problem hiding this comment.
It seems to me that the trailing spaces/tabs should be resolved with something like pre-commit hooks?
There was a problem hiding this comment.
But the reported by you space is one of the changes of commit. Are you sure you grepped on PR's branch?
This is most probably caused by the scope of Github, but @dmaluka was most probably referring to line # 9.
There was a problem hiding this comment.
Yep, I was referring to line 9.
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
00a4ef0 to
2aa7598
Compare
No description provided.