Skip to content

Commit

Permalink
Add missing analysis_options.yaml to web example
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Sep 11, 2023
1 parent 3a0ccf4 commit 44ef05d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flutter_custom_tabs_web/example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
# Ignore generated files
- '**/*.g.dart'
- '**/*.mocks.dart' # Mockito @GenerateMocks

linter:
rules:
depend_on_referenced_packages: false
avoid_web_libraries_in_flutter: false

0 comments on commit 44ef05d

Please sign in to comment.