Skip to content

Commit

Permalink
Update swift linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed May 4, 2023
1 parent f345aa2 commit 3387761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
--indentcase true
--maxwidth 100
--tabwidth 4
--disable hoistTry
3 changes: 0 additions & 3 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# Rules covered by SwiftFormat are commented out
only_rules:
- anyobject_protocol
- array_init
- attributes
- block_based_kvo
Expand Down Expand Up @@ -48,7 +47,6 @@ only_rules:
- identifier_name
- implicit_getter
- implicit_return
- inert_defer
- is_disjoint
- joined_default_parameter
- last_where
Expand Down Expand Up @@ -121,7 +119,6 @@ only_rules:
- unneeded_parentheses_in_closure_argument
- unowned_variable_capture
- untyped_error_in_catch
- unused_capture_list
- unused_closure_parameter
- unused_control_flow_label
- unused_enumerated
Expand Down
4 changes: 2 additions & 2 deletions Mintfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nicklockwood/SwiftFormat@0.49.9
realm/SwiftLint@0.47.1
nicklockwood/SwiftFormat@0.51.8
realm/SwiftLint@0.51.0

0 comments on commit 3387761

Please sign in to comment.