-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
fix(editorconfig): do not use inline comment #106610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It is no longer valid since 0.15.0 <https://github.com/editorconfig/specification/blob/v0.15/index.rst#no-inline-comments>
GH-106630 is a backport of this pull request to the 3.12 branch. |
It is no longer valid since 0.15.0 https://github.com/editorconfig/specification/blob/v0.15/index.rstGH-no-inline-comments (cherry picked from commit 64c0890) Co-authored-by: Eisuke Kawashima <[email protected]>
It is no longer valid since 0.15.0 https://github.com/editorconfig/specification/blob/v0.15/index.rstGH-no-inline-comments (cherry picked from commit 64c0890) Co-authored-by: Eisuke Kawashima <[email protected]>
GH-106631 is a backport of this pull request to the 3.11 branch. |
|
It is no longer valid since 0.15.0 https://github.com/editorconfig/specification/blob/v0.15/index.rstGH-no-inline-comments (cherry picked from commit 64c0890) Co-authored-by: Eisuke Kawashima <[email protected]>
It is no longer valid since 0.15.0 https://github.com/editorconfig/specification/blob/v0.15/index.rstGH-no-inline-comments (cherry picked from commit 64c0890) Co-authored-by: Eisuke Kawashima <[email protected]>
This change is quite trivial, but inline comments are no longer valid since EditorConfig version 0.15.0. See
Alternatively, the comment can be removed since the meaning is quite obvious.