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:
Danny Moesch 2021-12-27 23:58:02 +01:00 committed by GitHub
parent afe0397dcf
commit aad23582f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 10 deletions

View file

@ -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."