Skip to content

Commit 4380182

Browse files
authored
Remove inclusion of deprecated lints (#2248)
Reference: https://github.com/dart-lang/linter/issues/5107
1 parent 6ee198e commit 4380182

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

in_app_purchases/complete/dart-backend/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

in_app_purchases/step_00/dart-backend/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

in_app_purchases/step_07/dart-backend/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

in_app_purchases/step_08/dart-backend/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

in_app_purchases/step_09/dart-backend/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

in_app_purchases/step_10/dart-backend/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
cancel_subscriptions: true
1313
close_sinks: true
1414
directives_ordering: true
15-
package_api_docs: true
1615
package_prefixed_library_names: true
1716
prefer_relative_imports: true
1817
prefer_single_quotes: true

tooling/codelab_rebuild/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ linter:
77
cancel_subscriptions: true
88
close_sinks: true
99
directives_ordering: true
10-
package_api_docs: true
1110
package_prefixed_library_names: true
1211
prefer_relative_imports: true
1312
prefer_single_quotes: true

0 commit comments

Comments
 (0)