-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from uhooi/release/1.4.0
Release/1.4.0
- Loading branch information
Showing
170 changed files
with
1,628 additions
and
828 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# デフォルト有効で無効にするルール | ||
disabled_rules: | ||
#- enable_autolayout | ||
#- duplicate_constraint | ||
#- duplicate_id | ||
#- custom_module | ||
#- ambiguous | ||
|
||
# デフォルト無効で有効にするルール | ||
enabled_rules: | ||
#- custom_class_name # ファイル名は末尾の `ViewController` を省略したいため | ||
- relative_to_margin | ||
- misplaced | ||
#- storyboard_viewcontroller_id # IDは末尾の `ViewController` を省略したいため | ||
- stackview_backgroundcolor | ||
- image_resources | ||
- use_base_class | ||
- view_as_device | ||
- reuse_identifier | ||
- color_resources | ||
- use_trait_collections | ||
|
||
# 対象外のファイル・フォルダ | ||
excluded: | ||
- SourcePackages | ||
- Generated | ||
|
||
view_as_device_rule: | ||
device_id: retina6_1 # iPhone 11 | ||
|
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,16 @@ | ||
coverage_service: cobertura_xml | ||
xcodeproj: UhooiPicBook.xcodeproj | ||
scheme: UhooiPicBook | ||
source_directory: UhooiPicBook | ||
output_directory: xml_report | ||
ignore: | ||
- SourcePackages/* | ||
- "**/AppDelegate.swift" | ||
- "**/SceneDelegate.swift" | ||
- "**/Generated/*" | ||
- "**/Util/Debug.swift" | ||
- "**/Extensions/UIKit/*" | ||
- "**/UIParts/*" | ||
- "**/Views/*" | ||
- "**/Routers/*" | ||
|
Oops, something went wrong.