-
Notifications
You must be signed in to change notification settings - Fork 78
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 #185 from Subito-it/feature/remove_by_stub
Remove requests by SBTRequestMatch
- Loading branch information
Showing
37 changed files
with
1,071 additions
and
835 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.8 |
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,39 @@ | ||
--allman false | ||
--binarygrouping none | ||
--closingparen balanced | ||
--commas inline | ||
--conflictmarkers reject | ||
--decimalgrouping 3,4 | ||
--elseposition same-line | ||
--guardelse auto | ||
--empty void | ||
--exponentcase lowercase | ||
--exponentgrouping disabled | ||
--fractiongrouping disabled | ||
--fragment false | ||
--header ignore | ||
--hexgrouping none | ||
--hexliteralcase uppercase | ||
--ifdef indent | ||
--importgrouping alphabetized | ||
--indent 4 | ||
--indentcase false | ||
--linebreaks lf | ||
--octalgrouping none | ||
--operatorfunc spaced | ||
--patternlet hoist | ||
--nospaceoperators | ||
--self init-only | ||
--selfrequired | ||
--semicolons inline | ||
--stripunusedargs closure-only | ||
--trailingclosures | ||
--trimwhitespace nonblank-lines | ||
--wraparguments preserve | ||
--wrapcollections preserve | ||
--modifierorder public,override | ||
--xcodeindentation enabled | ||
--disable redundantObjc,wrapMultilineStatementBraces | ||
|
||
--exclude Pods | ||
--exclude Modules/External |
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
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.