We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbde591 commit ba14725Copy full SHA for ba14725
2 files changed
.github/workflows/buildandtest.yml
@@ -123,7 +123,7 @@ jobs:
123
run: yarn install
124
- name: Check lock file integrity
125
run: |
126
- ["$(diff yarn.lock.initial yarn.lock)" -eq ""]
+ [ "$(diff yarn.lock.initial yarn.lock)" = "" ]
127
128
job_build:
129
name: Build
.swiftlint.yml
@@ -56,7 +56,7 @@ only_rules:
56
- private_unit_test
57
- prohibited_super_call
58
- redundant_nil_coalescing
59
- - implicit_optional_initialization
+ - redundant_optional_initialization
60
- redundant_string_enum_value
61
- redundant_void_return
62
- return_arrow_whitespace
0 commit comments