|
17 | 17 | * Documents for users of lint, in the `usage` folder:
|
18 | 18 | - [Complete Book](user-guide.md.html), containing all of the below
|
19 | 19 | documents as chapters, suitable for offline reading
|
20 |
| - - [Issue documentation](checks/index.md.html) which lists all the |
21 |
| - available checks and provides documentation for each one. |
| 20 | + - [Issue documentation](https://googlesamples.github.io/android-custom-lint-rules/checks/index.md.html) |
| 21 | + which lists all the available checks and provides documentation |
| 22 | + for each one. |
22 | 23 | - [Performance Tuning Tips](usage/performance-tuning.md.html)
|
23 | 24 | - [How to suppress incidents](usage/suppressing.md.html)
|
24 | 25 | - [How to use baselines](usage/baselines.md.html)
|
25 | 26 | - [How to use `lint.xml` files](usage/lintxml.md.html)
|
| 27 | + - [Gradle plugin DSL](usage/agp-dsl.md.html) |
| 28 | + - [Lint command line](usage/flags.md.html) |
26 | 29 | - [Environment variables and properties](usage/variables.md.html)
|
27 | 30 | * Documents for authors of additional lint checks, in the
|
28 | 31 | `api-guide` folder:
|
29 | 32 | - [Complete Book](api-guide.md.html), containing all of the below
|
30 | 33 | documents as chapters, suitable for offline reading
|
31 | 34 | - [Basics](api-guide/basics.md.html)
|
32 | 35 | - [A Sample Lint Check](api-guide/example.md.html)
|
| 36 | + - [Analyzing data flow](api-guide/dataflow-analyzer.md.html) |
33 | 37 | - [Publishing a Lint check](api-guide/publishing.md.html)
|
34 | 38 | - [Unit Testing](api-guide/unit-testing.md.html)
|
35 | 39 | - [Adding Quick Fixes](api-guide/quickfixes.md.html)
|
|
44 | 48 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
45 | 49 |
|
46 | 50 | Documentation History:
|
47 |
| -* May 2021: Adding documentation for individual lint issues |
| 51 | +* June 2021: Added documentation for the |
| 52 | + [dataflow analyzer](api-guide/dataflow-analyzer.md.html), |
| 53 | + [Lint Gradle DSL](usage/agp-dsl.md.html) and |
| 54 | + [command line flags](usage/flags.md.html). |
| 55 | +* May 2021: Added documentation for individual lint issues |
48 | 56 | * March 2021: Initial version
|
49 | 57 |
|
50 | 58 | <!-- 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>
|
0 commit comments