We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2a5a6 commit 118bdccCopy full SHA for 118bdcc
pkg/analyzer/README.md
@@ -64,6 +64,9 @@ linter:
64
- camel_case_types
65
```
66
67
+For more information, see the docs for
68
+[customizing static analysis][custom_analysis].
69
+
70
## Who uses this library?
71
72
Many tools embed this library, such as:
@@ -104,3 +107,4 @@ See the [LICENSE] file.
104
107
[dartfmt]: https://github.com/dart-lang/dart_style
105
108
[dartdoc]: https://github.com/dart-lang/dartdoc
106
109
[analysis_sever]: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server
110
+[custom_analysis]: https://www.dartlang.org/guides/language/analysis-options
0 commit comments