Skip to content

Commit bd5af9f

Browse files
committedSep 27, 2024
Update documentation snapshot.
1 parent 0b46251 commit bd5af9f

File tree

385 files changed

+4392
-776
lines changed

Some content is hidden

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

385 files changed

+4392
-776
lines changed
 

‎CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# How to become a contributor and submit your own code
22

3+
## Documentation
4+
5+
Note the all the documentation under docs/ is only a mirror;
6+
the original documentation is maintained in the Android
7+
source code repository:
8+
9+
https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/docs/
10+
311
## Contributor License Agreements
412

513
We'd love to accept your sample apps and patches! Before we can take them, we

‎docs/checks/AlertDialogUsage.md.html

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
[versions]
9090
lint-rules-android = "0.25.0"
9191
[libraries]
92+
# For clarity and text wrapping purposes the following declaration is
93+
# shown split up across lines, but in TOML it needs to be on a single
94+
# line (see https://github.com/toml-lang/toml/issues/516) so adjust
95+
# when pasting into libs.versions.toml:
9296
lint-rules-android = {
9397
module = "com.vanniktech:lint-rules-android",
9498
version.ref = "lint-rules-android"

0 commit comments

Comments
 (0)
Failed to load comments.