-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run swiftlint with strict flag (#93)
- Loading branch information
Showing
12 changed files
with
9 additions
and
364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,4 @@ jobs: | |
- name: GitHub Action for SwiftLint | ||
uses: norio-nomura/[email protected] | ||
with: | ||
args: --config .swiftlint.yml | ||
args: --strict --config .swiftlint.yml |
123 changes: 0 additions & 123 deletions
123
.swiftpm/xcode/xcshareddata/xcschemes/Confidence-Package.xcscheme
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
.swiftpm/xcode/xcshareddata/xcschemes/ConfidenceProvider.xcscheme
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
ConfidenceDemoApp/ConfidenceDemoAppUITests/ConfidenceDemoUITests.swift
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
ConfidenceDemoApp/ConfidenceDemoAppUITests/ConfidenceDemoUITestsLaunchTests.swift
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -976,3 +976,4 @@ final class DispatchQueueFakeSlow: DispatchQueueType { | |
} | ||
} | ||
} | ||
// swiftlint:enable type_body_length |
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
Oops, something went wrong.