We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09680c4 commit a3106d3Copy full SHA for a3106d3
.github/workflows/pull_request.yml
@@ -10,6 +10,8 @@ jobs:
10
with:
11
api_breakage_check_enabled: false
12
license_header_check_project_name: Swift.org
13
+ # swift-subprocess includes the word "kill" because SIGKILL signalhandling so we allow it
14
+ unacceptable_language_check_word_list: "blacklist whitelist slave master sane sanity insane insanity killed killing hang hung hanged hanging" #ignore-unacceptable-language
15
16
test-java:
17
name: Java tests (${{ matrix.swift_version }} - ${{ matrix.os_version }})
0 commit comments