Update Swiftlint configuration

This commit is contained in:
Ivan Grachyov 2021-06-12 15:20:09 +03:00
parent 9ef7103657
commit 1558dfe0d4
2 changed files with 55 additions and 1 deletions

View File

@ -19,13 +19,15 @@ disabled_rules:
- force_try - force_try
- unused_setter_value - unused_setter_value
opt_in_rules: opt_in_rules:
- explicit_init - explicit_init
- fatal_error_message - fatal_error_message
- first_where - first_where
- operator_usage_whitespace - operator_usage_whitespace
excluded:
- Pods
shorthand_operator: warning shorthand_operator: warning
empty_count: warning empty_count: warning
dynamic_inline: warning dynamic_inline: warning

View File

@ -0,0 +1,52 @@
{
"object": {
"pins": [
{
"package": "CryptoSwift",
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift",
"state": {
"branch": null,
"revision": "4e31051c63cc0ddf10a25cf5318856c510cf77f4",
"version": "1.4.0"
}
},
{
"package": "PromiseKit",
"repositoryURL": "https://github.com/mxcl/PromiseKit",
"state": {
"branch": null,
"revision": "d2f7ba14bcdc45e18f4f60ad9df883fb9055f081",
"version": "6.15.3"
}
},
{
"package": "Starscream",
"repositoryURL": "https://github.com/daltoniam/Starscream",
"state": {
"branch": null,
"revision": "e6b65c6d9077ea48b4a7bdda8994a1d3c6969c8d",
"version": "3.1.1"
}
},
{
"package": "swift-nio-zlib-support",
"repositoryURL": "https://github.com/apple/swift-nio-zlib-support.git",
"state": {
"branch": null,
"revision": "37760e9a52030bb9011972c5213c3350fa9d41fd",
"version": "1.0.0"
}
},
{
"package": "WalletConnect",
"repositoryURL": "https://github.com/WalletConnect/wallet-connect-swift",
"state": {
"branch": "master",
"revision": "d4d45e1d94a2b96fb5c2831a1e9d23390f5ac09e",
"version": null
}
}
]
},
"version": 1
}