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 |
||
|---|---|---|
| .. | ||
| sds_config | ||
| Makefile | ||
| sds_codegen_ssk_objc.sh | ||
| sds_codegen.sh | ||
| sds_common.py | ||
| sds_generate.py | ||
| sds_parse_objc.py | ||
| sds_parse_swift_bridging.py | ||
| sds_regenerate.sh | ||
| sds_swap_imports.py | ||