Skip to content

Commit

Permalink
Disable non_optional_string_data_conversion lint rule (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: conanoc <conanoc@gmail.com>
  • Loading branch information
conanoc authored Jun 12, 2024
1 parent b2d63db commit 3881418
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ disabled_rules:
- large_tuple
- blanket_disable_command
- unneeded_override
- non_optional_string_data_conversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// swiftlint:disable force_cast

import XCTest
@testable import AriesFramework
Expand Down

0 comments on commit 3881418

Please sign in to comment.