Skip to content

Commit a3106d3

Browse files
committed
allow SILKILL to not cause unaccaptable language failure
1 parent 09680c4 commit a3106d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
with:
1111
api_breakage_check_enabled: false
1212
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
1315

1416
test-java:
1517
name: Java tests (${{ matrix.swift_version }} - ${{ matrix.os_version }})

0 commit comments

Comments
 (0)