Skip to content

Commit cc0ce12

Browse files
committed
Update lint documentation snapshot
In addition to picking up later versions, this corrects the TOML version catalog names, and includes the android-security-lints libraries as distributed on maven now.
1 parent ae66c5b commit cc0ce12

File tree

339 files changed

+2739
-1166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+2739
-1166
lines changed

docs/checks/AccessibilityFocus.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Category
1414
: Accessibility
1515
Platform
16-
: Any
16+
: Android
1717
Vendor
1818
: Android Open Source Project
1919
Feedback

docs/checks/AccessibilityScrollActions.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Category
1414
: Accessibility
1515
Platform
16-
: Any
16+
: Android
1717
Vendor
1818
: Android Open Source Project
1919
Feedback

docs/checks/AccessibilityWindowStateChangedEvent.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Category
1414
: Accessibility
1515
Platform
16-
: Any
16+
: Android
1717
Vendor
1818
: Android Open Source Project
1919
Feedback

docs/checks/AlertDialogUsage.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
lintChecks 'com.vanniktech:lint-rules-android:0.25.0'
8484

8585
// build.gradle.kts with version catalogs:
86-
lintChecks(libs.lint-rules-android)
86+
lintChecks(libs.lint.rules.android)
8787

8888
# libs.versions.toml
8989
[versions]

docs/checks/ArcAnimationSpecTypeIssue.md.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,25 @@
9999

100100
```
101101
// build.gradle.kts
102-
implementation("androidx.compose.animation:animation-core-android:1.7.0-beta05")
102+
implementation("androidx.compose.animation:animation-core-android:1.7.0-rc01")
103103

104104
// build.gradle
105-
implementation 'androidx.compose.animation:animation-core-android:1.7.0-beta05'
105+
implementation 'androidx.compose.animation:animation-core-android:1.7.0-rc01'
106106

107107
// build.gradle.kts with version catalogs:
108-
implementation(libs.animation-core-android)
108+
implementation(libs.animation.core.android)
109109

110110
# libs.versions.toml
111111
[versions]
112-
animation-core-android = "1.7.0-beta05"
112+
animation-core-android = "1.7.0-rc01"
113113
[libraries]
114114
animation-core-android = {
115115
module = "androidx.compose.animation:animation-core-android",
116116
version.ref = "animation-core-android"
117117
}
118118
```
119119

120-
1.7.0-beta05 is the version this documentation was generated from;
120+
1.7.0-rc01 is the version this documentation was generated from;
121121
there may be newer versions available.
122122

123123
[Additional details about androidx.compose.animation:animation-core-android](androidx_compose_animation_animation-core-android.md.html).

docs/checks/ArgInFormattedQuantityStringRes.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
9898

9999
// build.gradle.kts with version catalogs:
100-
lintChecks(libs.slack-lint-checks)
100+
lintChecks(libs.slack.lint.checks)
101101

102102
# libs.versions.toml
103103
[versions]

docs/checks/AssertjImport.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
lintChecks 'com.vanniktech:lint-rules-android:0.25.0'
5858

5959
// build.gradle.kts with version catalogs:
60-
lintChecks(libs.lint-rules-android)
60+
lintChecks(libs.lint.rules.android)
6161

6262
# libs.versions.toml
6363
[versions]

docs/checks/AutoDispose.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
lintChecks 'com.uber.autodispose2:autodispose-lint:2.2.1'
102102

103103
// build.gradle.kts with version catalogs:
104-
lintChecks(libs.autodispose-lint)
104+
lintChecks(libs.autodispose.lint)
105105

106106
# libs.versions.toml
107107
[versions]

docs/checks/AutoboxingStateCreation.md.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,25 @@
9494

9595
```
9696
// build.gradle.kts
97-
implementation("androidx.compose.runtime:runtime-android:1.7.0-beta05")
97+
implementation("androidx.compose.runtime:runtime-android:1.7.0-rc01")
9898

9999
// build.gradle
100-
implementation 'androidx.compose.runtime:runtime-android:1.7.0-beta05'
100+
implementation 'androidx.compose.runtime:runtime-android:1.7.0-rc01'
101101

102102
// build.gradle.kts with version catalogs:
103-
implementation(libs.runtime-android)
103+
implementation(libs.runtime.android)
104104

105105
# libs.versions.toml
106106
[versions]
107-
runtime-android = "1.7.0-beta05"
107+
runtime-android = "1.7.0-rc01"
108108
[libraries]
109109
runtime-android = {
110110
module = "androidx.compose.runtime:runtime-android",
111111
version.ref = "runtime-android"
112112
}
113113
```
114114

115-
1.7.0-beta05 is the version this documentation was generated from;
115+
1.7.0-rc01 is the version this documentation was generated from;
116116
there may be newer versions available.
117117

118118
[Additional details about androidx.compose.runtime:runtime-android](androidx_compose_runtime_runtime-android.md.html).

docs/checks/AutoboxingStateValueProperty.md.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@
8989

9090
```
9191
// build.gradle.kts
92-
implementation("androidx.compose.runtime:runtime-android:1.7.0-beta05")
92+
implementation("androidx.compose.runtime:runtime-android:1.7.0-rc01")
9393

9494
// build.gradle
95-
implementation 'androidx.compose.runtime:runtime-android:1.7.0-beta05'
95+
implementation 'androidx.compose.runtime:runtime-android:1.7.0-rc01'
9696

9797
// build.gradle.kts with version catalogs:
98-
implementation(libs.runtime-android)
98+
implementation(libs.runtime.android)
9999

100100
# libs.versions.toml
101101
[versions]
102-
runtime-android = "1.7.0-beta05"
102+
runtime-android = "1.7.0-rc01"
103103
[libraries]
104104
runtime-android = {
105105
module = "androidx.compose.runtime:runtime-android",
106106
version.ref = "runtime-android"
107107
}
108108
```
109109

110-
1.7.0-beta05 is the version this documentation was generated from;
110+
1.7.0-rc01 is the version this documentation was generated from;
111111
there may be newer versions available.
112112

113113
[Additional details about androidx.compose.runtime:runtime-android](androidx_compose_runtime_runtime-android.md.html).

docs/checks/BadConfigurationProvider.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
implementation 'androidx.work:work-runtime:2.10.0-alpha02'
103103

104104
// build.gradle.kts with version catalogs:
105-
implementation(libs.work-runtime)
105+
implementation(libs.work.runtime)
106106

107107
# libs.versions.toml
108108
[versions]

docs/checks/BadPeriodicWorkRequestEnqueue.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
implementation 'androidx.work:work-runtime:2.10.0-alpha02'
5959

6060
// build.gradle.kts with version catalogs:
61-
implementation(libs.work-runtime)
61+
implementation(libs.work.runtime)
6262

6363
# libs.versions.toml
6464
[versions]

docs/checks/BindingReceiverParameter.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
151151

152152
// build.gradle.kts with version catalogs:
153-
lintChecks(libs.slack-lint-checks)
153+
lintChecks(libs.slack.lint.checks)
154154

155155
# libs.versions.toml
156156
[versions]

docs/checks/BindingReturnType.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
108108

109109
// build.gradle.kts with version catalogs:
110-
lintChecks(libs.slack-lint-checks)
110+
lintChecks(libs.slack.lint.checks)
111111

112112
# libs.versions.toml
113113
[versions]

docs/checks/BindsMustBeAbstract.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
107107

108108
// build.gradle.kts with version catalogs:
109-
lintChecks(libs.slack-lint-checks)
109+
lintChecks(libs.slack.lint.checks)
110110

111111
# libs.versions.toml
112112
[versions]

docs/checks/BindsTypeMismatch.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
116116

117117
// build.gradle.kts with version catalogs:
118-
lintChecks(libs.slack-lint-checks)
118+
lintChecks(libs.slack.lint.checks)
119119

120120
# libs.versions.toml
121121
[versions]

docs/checks/BindsWrongParameterCount.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
9797

9898
// build.gradle.kts with version catalogs:
99-
lintChecks(libs.slack-lint-checks)
99+
lintChecks(libs.slack.lint.checks)
100100

101101
# libs.versions.toml
102102
[versions]

docs/checks/CastingViewContextToActivity.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
6161

6262
// build.gradle.kts with version catalogs:
63-
lintChecks(libs.slack-lint-checks)
63+
lintChecks(libs.slack.lint.checks)
6464

6565
# libs.versions.toml
6666
[versions]
+115
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<meta charset="utf-8">
2+
(#) Only view groups can have children
3+
4+
!!! ERROR: Only view groups can have children
5+
This is an error.
6+
7+
Id
8+
: `ChildInNonViewGroup`
9+
Summary
10+
: Only view groups can have children
11+
Severity
12+
: Error
13+
Category
14+
: Correctness
15+
Platform
16+
: Android
17+
Vendor
18+
: Android Open Source Project
19+
Feedback
20+
: https://issuetracker.google.com/issues/new?component=192708
21+
Affects
22+
: Resource files
23+
Editing
24+
: This check runs on the fly in the IDE editor
25+
Implementation
26+
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ChildInNonViewGroupDetector.kt)
27+
Tests
28+
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/ChildInNonViewGroupDetectorTest.kt)
29+
Copyright Year
30+
: 2011
31+
32+
Only classes inheriting from `ViewGroup` can have children.
33+
34+
(##) Example
35+
36+
Here is an example of lint warnings produced by this check:
37+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~text
38+
res/layout/wrong.xml:9:Error: A ImageView should have no children
39+
declared in XML [ChildInNonViewGroup]
40+
&lt;TextView /&gt;
41+
--------
42+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43+
44+
Here is the source file referenced above:
45+
46+
`res/layout/wrong.xml`:
47+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~xml linenumbers
48+
&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
49+
android:orientation="vertical"
50+
android:layout_width="match_parent"
51+
android:layout_height="match_parent"&gt;
52+
53+
&lt;ImageView
54+
android:layout_width="wrap_content"
55+
android:layout_height="wrap_content"&gt;
56+
&lt;TextView /&gt;
57+
&lt;/ImageView&gt;
58+
59+
&lt;/LinearLayout&gt;
60+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61+
62+
You can also visit the
63+
[source code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/ChildInNonViewGroupDetectorTest.kt)
64+
for the unit tests for this check to see additional scenarios.
65+
66+
The above example was automatically extracted from the first unit test
67+
found for this lint check, `ChildInNonViewGroupDetector.test wrong nesting of TextView within ImageView`.
68+
To report a problem with this extracted sample, visit
69+
https://issuetracker.google.com/issues/new?component=192708.
70+
71+
(##) Suppressing
72+
73+
You can suppress false positives using one of the following mechanisms:
74+
75+
* Adding the suppression attribute
76+
`tools:ignore="ChildInNonViewGroup"` on the problematic XML element
77+
(or one of its enclosing elements). You may also need to add the
78+
following namespace declaration on the root element in the XML file
79+
if it's not already there:
80+
`xmlns:tools="http://schemas.android.com/tools"`.
81+
82+
* Using a special `lint.xml` file in the source tree which turns off
83+
the check in that folder and any sub folder. A simple file might look
84+
like this:
85+
```xml
86+
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
87+
&lt;lint&gt;
88+
&lt;issue id="ChildInNonViewGroup" severity="ignore" /&gt;
89+
&lt;/lint&gt;
90+
```
91+
Instead of `ignore` you can also change the severity here, for
92+
example from `error` to `warning`. You can find additional
93+
documentation on how to filter issues by path, regular expression and
94+
so on
95+
[here](https://googlesamples.github.io/android-custom-lint-rules/usage/lintxml.md.html).
96+
97+
* In Gradle projects, using the DSL syntax to configure lint. For
98+
example, you can use something like
99+
```gradle
100+
lintOptions {
101+
disable 'ChildInNonViewGroup'
102+
}
103+
```
104+
In Android projects this should be nested inside an `android { }`
105+
block.
106+
107+
* For manual invocations of `lint`, using the `--ignore` flag:
108+
```
109+
$ lint --ignore ChildInNonViewGroup ...`
110+
```
111+
112+
* Last, but not least, using baselines, as discussed
113+
[here](https://googlesamples.github.io/android-custom-lint-rules/usage/baselines.md.html).
114+
115+
<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://morgan3d.github.io/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>

docs/checks/ColorCasing.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
lintChecks 'com.vanniktech:lint-rules-android:0.25.0'
8383

8484
// build.gradle.kts with version catalogs:
85-
lintChecks(libs.lint-rules-android)
85+
lintChecks(libs.lint.rules.android)
8686

8787
# libs.versions.toml
8888
[versions]

0 commit comments

Comments
 (0)