The gist is: ```diff -foo = foo + 1 +foo += 1 ``` Most of the violations were in generated files, so I changed and re-ran the generator. A few of these violations required implementing some new methods, which I added tests for. See [the docs for this rule][0]. [0]: https://realm.github.io/SwiftLint/shorthand_operator.html |
||
|---|---|---|
| .. | ||
| protobuf | ||
| Resources | ||
| src | ||
| tests | ||
| Utilities | ||
| .clang-format | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
SignalServiceKit
SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X
To use SignalServiceKit via CocoaPods add the following to your Podfile
pod 'SignalServiceKit', git: 'https://github.com/signalapp/Signal-iOS.git'