File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ opt_in_rules:
44 - conditional_returns_on_newline
55 - contains_over_first_not_nil
66 - discouraged_direct_init
7+ - discouraged_object_literal
78 - explicit_init
89 - fatal_error_message
910 - first_where
@@ -19,4 +20,5 @@ opt_in_rules:
1920 - sorted_first_last
2021 - strict_fileprivate
2122 - switch_case_on_newline
22- - trailing_closure
23+ - trailing_closure
24+ - yoda_condition
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ More details you can find in [Swift Package Manager's Documentation](https://git
3737
3838### CocoaPods
3939
40- Add ` pod 'BitByteData', '~> 1.0' ` and ` use_frameworks! ` lines to your Podfile.
40+ Add ` pod 'BitByteData', '~> 1.0' ` and ` use_frameworks! ` to your Podfile.
4141
4242To complete installation, run ` pod install ` .
4343
You can’t perform that action at this time.
0 commit comments