Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 1.2.1 #24

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: SwiftLint

on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'

jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict
6 changes: 3 additions & 3 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
disabled_rules:
- trailing_whitespace
# - force_try
- todo
- for_where
- large_tuple
- attributes
- void_function_in_ternary

included: # paths to include during linting. `--path` is ignored if present.
- KPIHubIOS
Expand Down Expand Up @@ -63,10 +66,7 @@ vertical_whitespace:
- preferredInterfaceOrientationForPresentation

closure_end_indentation: error
conditional_returns_on_newline: error
explicit_init: error
fatal_error_message: error
operator_usage_whitespace: warning
vertical_parameter_alignment_on_call: warning
switch_case_on_newline: warning

Expand Down
58 changes: 58 additions & 0 deletions KPIHubIOS-Staging.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"configurations" : [
{
"id" : "36E7B8C7-177C-4612-B14C-282F8D4F8F0E",
"name" : "Configuration 1",
"options" : {

}
}
],
"defaultOptions" : {
"codeCoverage" : false,
"commandLineArgumentEntries" : [
{
"argument" : "-FIRAnalyticsDebugDisabled"
},
{
"argument" : "-FIRAnalyticsDebugEnabled",
"enabled" : false
},
{
"argument" : "-FIRDebugDisabled"
},
{
"argument" : "-FIRDebugEnabled",
"enabled" : false
}
],
"environmentVariableEntries" : [
{
"key" : "CI",
"value" : "$(CI)"
}
],
"targetForVariableExpansion" : {
"containerPath" : "container:KPIHubIOS.xcodeproj",
"identifier" : "5F97B3BA283677C200350368",
"name" : "KPIHubIOS"
}
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:KPIHubIOS.xcodeproj",
"identifier" : "5F97B3CA283677C600350368",
"name" : "KPIHubIOSTests"
}
},
{
"target" : {
"containerPath" : "container:KPIHubIOS.xcodeproj",
"identifier" : "5F97B3D4283677C600350368",
"name" : "KPIHubIOSUITests"
}
}
],
"version" : 1
}
767 changes: 421 additions & 346 deletions KPIHubIOS.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading