Skip to content

Commit

Permalink
Update SwiftLint and SwiftFormat to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Jul 26, 2024
1 parent db1fcab commit 1f32a8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ios_implementation_package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: CI for iOS implementation package

on:
Expand Down
3 changes: 2 additions & 1 deletion flutter_custom_tabs_ios/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ opt_in_rules:
- required_enum_case
- return_value_from_void_function
# - self_binding
- shorthand_argument
- shorthand_optional_binding
- single_test_class
- sorted_first_last
Expand Down Expand Up @@ -156,4 +157,4 @@ identifier_name:
- vc
- on
- db
reporter: "xcode"
reporter: "xcode"
2 changes: 1 addition & 1 deletion flutter_custom_tabs_ios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap:

.PHONY: format
format:
@swiftformat .
@xcrun --sdk macosx mint run swiftformat swiftformat .

.PHONY: lint
lint:
Expand Down
4 changes: 2 additions & 2 deletions flutter_custom_tabs_ios/Mintfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
realm/SwiftLint@0.53.0
nicklockwood/SwiftFormat@0.52.7
realm/SwiftLint@0.55.1
nicklockwood/SwiftFormat@0.54.2

0 comments on commit 1f32a8b

Please sign in to comment.