-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch over to Danger-Swift & Bitrise (#34)
* Remove unneeded files and prepare for new CI setup * Update CI reference * Prepare changelog
- Loading branch information
Showing
51 changed files
with
28 additions
and
8,317 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# https://help.github.com/en/articles/about-code-owners | ||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, they | ||
# will be requested for review when someone opens a PR. | ||
* @Boris-Em @kairadiagne @AvdLee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import Danger | ||
import WeTransferPRLinter | ||
|
||
WeTransferPRLinter.lint() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
# frozen_string_literal: true | ||
source "https://rubygems.org" | ||
|
||
# Needed for Fastlane & Danger | ||
gem 'danger' | ||
gem 'danger-junit' | ||
gem 'danger-swiftlint' | ||
gem 'danger-xcode_summary' | ||
gem 'danger-xcov' | ||
gem 'fastlane' | ||
gem 'xcpretty' | ||
gem 'xcpretty-json-formatter' | ||
|
||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | ||
eval_gemfile(plugins_path) if File.exist?(plugins_path) | ||
ci_gems_path = File.join(File.dirname(__FILE__), "Submodules/WeTransfer-iOS-CI/Gemfile") | ||
eval_gemfile(ci_gems_path) if File.exist?(ci_gems_path) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule WeTransfer-iOS-CI
updated
39 files
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.