Update SwiftLint to version 0.45.x (#522)
* Use SwiftLint version 0.45.x * Enable SwiftLint rule 'self_in_property_initialization' and handle all violations
This commit is contained in:
parent
afe0397dcf
commit
aad23582f9
4 changed files with 11 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SWIFTLINT_VERSION="0.44.*"
|
||||
SWIFTLINT_VERSION="0.45.*"
|
||||
|
||||
if [[ "${CI}" == "true" ]]; then
|
||||
echo "Running in a Continuous Integration environment. Linting is skipped."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue