Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions canaries/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ include: package:amplify_lints/app.yaml
analyzer:
exclude:
- lib/models/*
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
7 changes: 7 additions & 0 deletions packages/amplify/amplify_flutter/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ include: package:amplify_lints/library.yaml
analyzer:
exclude:
- lib/**/*.g.dart
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/app.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/library.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/app.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/amplify_core/doc/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ analyzer:
errors:
public_member_api_docs: ignore
unused_local_variable: ignore
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
analyzer:
exclude:
- test
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ include: package:amplify_lints/library.yaml
analyzer:
exclude:
- "**/*.g.dart"
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ analyzer:
implementation_imports: error #TODO(equartey): Remove when lint is enforced project-wide
exclude:
- "**/*.g.dart"
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/app.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/api/amplify_api/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ analyzer:
exclude:
- '**/*.mocks.dart'
- lib/src/native_api_plugin.dart
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
7 changes: 7 additions & 0 deletions packages/api/amplify_api/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ include: package:amplify_lints/app.yaml
analyzer:
exclude:
- lib/models/*
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**

linter:
rules:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/auth/amplify_auth_cognito/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ analyzer:
- lib/**/*.g.dart
- lib/src/sdk/src/**
- lib/src/native_auth_plugin.dart
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/app.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ include: package:amplify_lints/library.yaml
analyzer:
exclude:
- tool/*.dart
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
errors:
public_member_api_docs: ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ include: package:amplify_lints/app.yaml
analyzer:
errors:
avoid_print: ignore
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ include: package:amplify_lints/library.yaml
analyzer:
errors:
public_member_api_docs: ignore
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:flutter_lints/flutter.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/common/amplify_db_common/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:flutter_lints/flutter.yaml

linter:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/kinesis/amplify_firehose/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/library.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
include: package:amplify_lints/app.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading