-
-
Notifications
You must be signed in to change notification settings - Fork 69
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 #468 from ptsochantaris/v1.8.0
- Loading branch information
Showing
431 changed files
with
22,497 additions
and
20,159 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--commas inline | ||
--allman false | ||
--redundanttype inferred | ||
--disable wrapMultilineStatementBraces, wrapConditionalBodies, wrapAttributes | ||
--enable sortedSwitchCases | ||
-header "" |
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,23 @@ | ||
disabled_rules: | ||
- identifier_name | ||
- line_length | ||
- trailing_whitespace | ||
- force_cast | ||
- file_length | ||
- function_body_length | ||
- nesting | ||
- type_body_length | ||
- type_name | ||
- function_parameter_count | ||
- unused_setter_value | ||
- cyclomatic_complexity | ||
- force_try | ||
- notification_center_detachment | ||
- large_tuple | ||
- inclusive_language | ||
|
||
analyzer_rules: | ||
- explicit_self | ||
|
||
excluded: | ||
- Pods |
Oops, something went wrong.