Skip to content

Commit

Permalink
Merge branch 'main' into feature/208-add-locale-to-example-android
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHoogstrate committed Mar 7, 2024
2 parents ebef75c + cf89725 commit 778d31a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions geocoding_android/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
# Ignore generated files
- '**/*.g.dart'
- 'lib/src/generated/*.dart'
linter:
rules:
- public_member_api_docs
10 changes: 10 additions & 0 deletions geocoding_ios/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
# Ignore generated files
- '**/*.g.dart'
- 'lib/src/generated/*.dart'
linter:
rules:
- public_member_api_docs
10 changes: 10 additions & 0 deletions geocoding_platform_interface/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
# Ignore generated files
- '**/*.g.dart'
- 'lib/src/generated/*.dart'
linter:
rules:
- public_member_api_docs

0 comments on commit 778d31a

Please sign in to comment.