Skip to content

Commit f06cb70

Browse files
authored
chore: Auto-update of analysis_options.yaml (#1004)
1 parent a9ccfde commit f06cb70

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

analysis_options.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ include: package:lints/recommended.yaml
77
analyzer:
88
exclude:
99
- 'submodules/**'
10+
- build/**
11+
- android/**
12+
- ios/**
13+
- web/**
14+
- windows/**
15+
- macos/**
16+
- linux/**
1017
language:
1118
strict-casts: true
1219
strict-inference: true

dev_tools/composer/analysis_options.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5+
analyzer:
6+
exclude:
7+
- build/**
8+
- android/**
9+
- ios/**
10+
- web/**
11+
- windows/**
12+
- macos/**
13+
- linux/**
514
include: package:flutter_lints/flutter.yaml

0 commit comments

Comments
 (0)