Skip to content

Commit

Permalink
Merge pull request #468 from ptsochantaris/v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsochantaris authored Jul 1, 2023
2 parents 82afde2 + 577d6be commit 1a4dc96
Show file tree
Hide file tree
Showing 431 changed files with 22,497 additions and 20,159 deletions.
6 changes: 6 additions & 0 deletions .swiftformat
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 ""
23 changes: 23 additions & 0 deletions .swiftlint.yml
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
Loading

0 comments on commit 1a4dc96

Please sign in to comment.