There was an error while loading. Please reload this page.
1 parent 76ba9ee commit a4042f8Copy full SHA for a4042f8
1 file changed
README.md
@@ -21,23 +21,13 @@ dev_dependencies:
21
22
Enable the plugin and include `solid_lints` in your project's top-level `analysis_options.yaml`:
23
24
-### Option 1: Using the `plugins` block
25
-
26
```yaml
27
include: package:solid_lints/analysis_options.yaml
28
29
plugins:
30
solid_lints:
31
```
32
33
-### Option 2: Using the top-level `solid_lints` block
34
35
-```yaml
36
-include: package:solid_lints/analysis_options.yaml
37
38
-solid_lints:
39
-```
40
41
Also, you can use a specialized rule set designed for Dart tests.
42
Add an `analysis_options.yaml` file under the `test/` directory, and include the ruleset:
43
0 commit comments