From 7a0cf40d51d3b08f366bf6010303615030a076b2 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Wed, 1 Nov 2023 11:46:31 -0400 Subject: [PATCH] [OSSCheck] Remove the Swift project (#5321) --- tools/oss-check | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/oss-check b/tools/oss-check index a378c95aa..ee3d99f7a 100755 --- a/tools/oss-check +++ b/tools/oss-check @@ -142,11 +142,6 @@ def setup_repos perform("git clone #{repo.git_url} --depth 1 #{dir} 2> /dev/null") swiftlint_config = "#{dir}/.swiftlint.yml" FileUtils.rm_rf(swiftlint_config) - if repo.name == 'Swift' - File.open(swiftlint_config, 'w') do |file| - file.puts('included: stdlib') - end - end if @only_rules_changed && @rules_changed File.open(swiftlint_config, 'w') do |file| file.puts('only_rules:') @@ -304,7 +299,6 @@ end Repo.new('Quick', 'Quick/Quick'), Repo.new('Realm', 'realm/realm-swift'), Repo.new('Sourcery', 'krzysztofzablocki/Sourcery'), - Repo.new('Swift', 'apple/swift'), Repo.new('VLC', 'videolan/vlc-ios'), Repo.new('Wire', 'wireapp/wire-ios'), Repo.new('WordPress', 'wordpress-mobile/WordPress-iOS')