Signal-iOS/SignalServiceKit/src/Security
Evan Hahn e679707038 Fix SwiftLint shorthand_operator violations
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
2022-06-07 14:51:57 +00:00
..
OWSFingerprint.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
OWSFingerprint.m Fix typos 2022-03-18 11:31:06 -07:00
OWSFingerprintBuilder.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
OWSFingerprintBuilder.m Audit hardcoded OWSIdentityACI uses and leave TODO comments 2022-03-16 14:31:06 -07:00
OWSHTTPSecurityPolicy.h Add support for new certificate authority 2022-01-26 12:59:45 -06:00
OWSHTTPSecurityPolicy.m Add support for new certificate authority 2022-01-26 12:59:45 -06:00
OWSRecipientIdentity.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSRecipientIdentity.m Fix typos 2022-03-18 11:31:06 -07:00
OWSRecipientIdentity+Queries.swift More Python 3 script fixes 2022-03-24 10:28:27 -05:00
OWSRecipientIdentity+SDS.swift Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00