From ec15a6706f524bff3fa97f41a2bb829c2bd52261 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Fri, 30 Dec 2016 12:06:10 -0800 Subject: [PATCH] add Moya and Aerial to osscheck --- Dangerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index a54b3005c..351d9306a 100644 --- a/Dangerfile +++ b/Dangerfile @@ -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