-
Notifications
You must be signed in to change notification settings - Fork 314
Fix yaml lint error and remove offensive terms from the codebase #2042
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
@swift-ci Please test |
Sources/LanguageServerProtocol/SupportTypes/VersionedTextDocumentIdentifier.swift
Outdated
Show resolved
Hide resolved
@@ -36,7 +36,7 @@ import Android | |||
|
|||
extension Process { | |||
/// Wait for the process to exit. If the task gets cancelled, during this time, send a `SIGINT` to the process. | |||
/// Should the process not terminate on SIGINT after 2 seconds, it is killed using `SIGKILL`. | |||
/// Should the process not terminate on SIGINT after 2 seconds, it is terminated using `SIGKILL`. # ignore-unacceptable-language |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No way to avoid this one but... The # ignore-unacceptable-language
does show up in the help 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I believe the issue is only kill
(the function) and not SIGKILL
. Which makes sense, otherwise surely there'd be a fair few false positives with kill
anywhere in a word.
e2a610c
to
d77651c
Compare
d77651c
to
8aa8fa0
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
@swift-ci Please test macOS |
@swift-ci Please test Windows |
1 similar comment
@swift-ci Please test Windows |
No description provided.