From af7c3071d341e8626d52b5f7aa9f3a07b1cc4aba Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Thu, 6 Aug 2020 11:14:01 -0500 Subject: [PATCH] Update disabling-linters.md --- docs/disabling-linters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 455f37f2..7a3c9b33 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -243,9 +243,9 @@ a { ### dartanalyzer standard Config file -- `.github/linters/.dart-lint.yml` +- `.github/linters/analysis_options.yml` - You can pass multiple rules and overwrite default rules -- File should be located at: `.github/linters/analysis_options.yaml` +- File should be located at: `.github/linters/analysis_options.yml` ### dartanalyzer disable single line @@ -263,7 +263,7 @@ int x = ''; // ignore: invalid_assignment ### dartanalyzer disable entire file -- You can disable entire files with the `analyzer.exclude` property in `analysis_options.yaml` +- You can disable entire files with the `analyzer.exclude` property in `analysis_options.yml` ```dart analyzer: