Commit 80dc31c
committed
chore: Excl. gen. files from analysis_options.yaml
This commit updates the `analysis_options.yaml` file to exclude generated files from analysis. This is done by adding the `analyzer.exclude` option with the pattern `lib/**/*.*.dart`.
This change is necessary because generated files often contain code that does not adhere to the project's linting rules. Excluding them from analysis prevents unnecessary warnings and errors.1 parent ac40f62 commit 80dc31c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
0 commit comments