From 68dc0cb9932f4b6dda6c8e0c790d9dc208973c34 Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Sat, 1 Aug 2020 18:27:21 +0300 Subject: [PATCH] Fixed typos regarding the Dart configuration path. --- docs/disabling-linters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 599bf126..15ddb185 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -243,7 +243,7 @@ a { - `.github/linters/.dart-lint.yml` - You can pass multiple rules and overwrite default rules -- File should be located at: `.github/linters/anaylsis_options.yaml` +- File should be located at: `.github/linters/analysis_options.yaml` ### dartanalyzer disable single line @@ -261,7 +261,7 @@ int x = ''; // ignore: invalid_assignment ### dartanalyzer disable entire file -- You can disable entire files with the `analyzer.exclude` property in `anaylsis_options.yaml` +- You can disable entire files with the `analyzer.exclude` property in `analysis_options.yaml` ```dart analyzer: