File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.1 .0
4+ 1.0 .0
55-----
66
7- _ yyyy_mm_dd _
7+ _ 2023-02-09 _
88
9- WIP!
9+ Initial release!
10+
11+ This is a near-full port of the original rule set to lint. It should be mostly at parity with the original rules as well.
12+
13+ The lints target lint-api ` 30.4.0 ` /lint API ` 13 ` and target Java 11.
14+
15+ See the docs for full usage and information: https://slackhq.github.io/compose-lints .
16+
17+ ** Notes**
18+ - ` ComposeViewModelInjection ` does not offer a quickfix yet. PRs welcome!
19+ - ` ComposeUnstableCollections ` is a warning by default rather than an error.
20+ - ` CompositionLocalNaming ` is not ported because this is offered in compose's bundled lint rules now.
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ POM_DEVELOPER_ID=slackhq
2525POM_DEVELOPER_NAME =Salesforce, Inc..
2626POM_DEVELOPER_URL =https://github.com/slackhq
2727POM_INCEPTION_YEAR =2023
28- VERSION_NAME =1.0.0-SNAPSHOT
28+ VERSION_NAME =1.0.0
You can’t perform that action at this time.
0 commit comments