-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RUMM-1204 Linter not run for carthage builds
Linter works as a Xcode build phase only If CARTHAGE flag is set for xcodebuild, build phase is skipped
- Loading branch information
Showing
7 changed files
with
16 additions
and
57 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ workflows: | |
push_to_any_branch: | ||
after_run: | ||
- _make_dependencies | ||
- run_linter | ||
- run_check_tools | ||
- run_unit_tests | ||
- run_integration_tests | ||
- check_dependency_managers | ||
|
@@ -34,25 +34,10 @@ workflows: | |
steps: | ||
- deploy-to-bitrise-io: {} | ||
|
||
run_linter: | ||
run_check_tools: | ||
description: |- | ||
Runs swiftlint and license check for all source and test files. | ||
Runs internal tools to check the project. | ||
steps: | ||
- [email protected]: | ||
title: Lint Sources/* | ||
inputs: | ||
- strict: 'yes' | ||
- lint_config_file: "$BITRISE_SOURCE_DIR/tools/lint/sources.swiftlint.yml" | ||
- linting_path: "$BITRISE_SOURCE_DIR" | ||
- reporter: emoji | ||
- [email protected]: | ||
title: Lint Tests/* | ||
is_always_run: true | ||
inputs: | ||
- strict: 'yes' | ||
- linting_path: "$BITRISE_SOURCE_DIR" | ||
- lint_config_file: "$BITRISE_SOURCE_DIR/tools/lint/tests.swiftlint.yml" | ||
- reporter: emoji | ||
- script: | ||
title: Check license headers | ||
is_always_run: true | ||
|
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
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