diff --git a/README.md b/README.md index 0448e374..e4f4237b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ dev_dependencies: Enable the plugin and include `solid_lints` in your project's top-level `analysis_options.yaml`: -### Option 1: Using the `plugins` block - ```yaml include: package:solid_lints/analysis_options.yaml @@ -30,14 +28,6 @@ plugins: solid_lints: ``` -### Option 2: Using the top-level `solid_lints` block - -```yaml -include: package:solid_lints/analysis_options.yaml - -solid_lints: -``` - Also, you can use a specialized rule set designed for Dart tests. Add an `analysis_options.yaml` file under the `test/` directory, and include the ruleset: