mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Merge pull request #502 from artob/artob/fix-typos
Fix a few typos in the Dart docs
This commit is contained in:
commit
4e0c304def
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue