Skip to content

Commit

Permalink
[OSSCheck] Remove the Swift project (#5321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Nov 1, 2023
1 parent bda090b commit 7a0cf40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/oss-check
Original file line number Diff line number Diff line change
Expand Up @@ -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:')
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 7a0cf40

Please sign in to comment.