mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
add Moya and Aerial to osscheck
This commit is contained in:
+6
-1
@@ -27,7 +27,12 @@ end
|
||||
|
||||
# Run OSSCheck if there were app changes
|
||||
if has_app_changes
|
||||
@repos = ['realm/realm-cocoa', 'jpsim/SourceKitten']
|
||||
@repos = [
|
||||
'JohnCoates/Aerial',
|
||||
'jpsim/SourceKitten',
|
||||
'Moya/Moya',
|
||||
'realm/realm-cocoa'
|
||||
]
|
||||
|
||||
def generate_reports(clone, branch)
|
||||
Dir.chdir('osscheck') do
|
||||
|
||||
Reference in New Issue
Block a user