mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 12:42:09 -05:00
Update disabling-linters.md
This commit is contained in:
parent
5ffa5518db
commit
af7c3071d3
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue