Signal-iOS/Scripts/sds_codegen
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
..
sds_config Add giftBadge property to messages 2022-05-27 12:31:24 -07:00
Makefile codegen handles "id" type 2020-01-23 11:55:48 -07:00
sds_codegen_ssk_objc.sh Reduce statics. 2021-11-02 10:36:25 -03:00
sds_codegen.sh update templates 2019-11-04 14:06:54 -08:00
sds_common.py More Python 3 script fixes 2022-03-24 10:28:27 -05:00
sds_generate.py Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
sds_parse_objc.py More Python 3 script fixes 2022-03-24 10:28:27 -05:00
sds_parse_swift_bridging.py Remove unnecessary coding: utf-8 heading from Python scripts 2022-03-21 14:43:45 -05:00
sds_regenerate.sh Update code generation to ensure consistent property ordering. 2019-11-05 10:15:07 -03:00
sds_swap_imports.py More Python 3 script fixes 2022-03-24 10:28:27 -05:00