Skip to content

Commit ba14725

Browse files
committed
Post-review fixes
1 parent dbde591 commit ba14725

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: yarn install
124124
- name: Check lock file integrity
125125
run: |
126-
["$(diff yarn.lock.initial yarn.lock)" -eq ""]
126+
[ "$(diff yarn.lock.initial yarn.lock)" = "" ]
127127
128128
job_build:
129129
name: Build

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ only_rules:
5656
- private_unit_test
5757
- prohibited_super_call
5858
- redundant_nil_coalescing
59-
- implicit_optional_initialization
59+
- redundant_optional_initialization
6060
- redundant_string_enum_value
6161
- redundant_void_return
6262
- return_arrow_whitespace

0 commit comments

Comments
 (0)