Use SwiftLint version 0.42.x
This commit is contained in:
parent
5afc700416
commit
a49f0ee5e0
2 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ only_rules:
|
||||||
- collection_alignment
|
- collection_alignment
|
||||||
- colon
|
- colon
|
||||||
- comma
|
- comma
|
||||||
|
- comment_spacing
|
||||||
- compiler_protocol_init
|
- compiler_protocol_init
|
||||||
- computed_accessors_order
|
- computed_accessors_order
|
||||||
- conditional_returns_on_newline
|
- conditional_returns_on_newline
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
SWIFTLINT_VERSION="0.41.*"
|
SWIFTLINT_VERSION="0.42.*"
|
||||||
|
|
||||||
if [[ -f "${SRCROOT}/.ci-env" ]]; then
|
if [[ -f "${SRCROOT}/.ci-env" ]]; then
|
||||||
echo "Running in a Continuous Integration environment. Linting is skipped."
|
echo "Running in a Continuous Integration environment. Linting is skipped."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue