Skip to content

Commit 92376da

Browse files
committed
Analyzer 8.4.0
1 parent 4cf8cd3 commit 92376da

File tree

3 files changed

+149
-2
lines changed

3 files changed

+149
-2
lines changed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ analyzer:
1313
invalid_annotation_target: ignore
1414
## Too painful to upgrade analyzer, and an official Google package is coming
1515
deprecated_member_use: ignore
16+
experimental_member_use: ignore
1617

1718
linter:
1819
rules:

packages/custom_lint_visitor/lib/src/node_lint_visitor.g.dart

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/custom_lint_visitor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: custom_lint_visitor
2-
version: 1.0.0+8.1.1
2+
version: 1.0.0+8.4.0
33
description: A package that exports visitors for CustomLint.
44
repository: https://github.com/invertase/dart_custom_lint
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10-
analyzer: 8.1.1
10+
analyzer: 8.4.0
1111

1212
dev_dependencies:
1313
build_runner: ^2.5.0

0 commit comments

Comments
 (0)