mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
[OSSCheck] Remove the Swift project (#5321)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user