Skip to content

Commit

Permalink
Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 in /build_modules (#…
Browse files Browse the repository at this point in the history
…3690)

* Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 in /build_modules

Bumps [dart_flutter_team_lints](https://github.com/dart-lang/ecosystem/tree/main/pkgs) from 2.1.1 to 3.1.0.
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](https://github.com/dart-lang/ecosystem/commits/dart_flutter_team_lints-v3.1.0/pkgs)

---
updated-dependencies:
- dependency-name: dart_flutter_team_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix some library name lints

* restore old ignore also

* use ignore_for_file, not sure why

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Macdonald <jakemac@google.com>
  • Loading branch information
dependabot[bot] and jakemac53 committed May 14, 2024
1 parent 58f5508 commit 9fbdb66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dev_dependencies:
# Used inside tests
build_runner: ^2.0.0
build_test: ^2.0.0
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.1.0
json_serializable: ^6.0.0
test: ^1.16.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore: unnecessary_library_name
library a_imports_b_no_cycle;

// ignore_for_file: unused_import
Expand Down
3 changes: 2 additions & 1 deletion build_modules/test/fixtures/a/lib/a_non_sdk.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// ignore: unnecessary_library_directive
// ignore_for_file: unnecessary_library_directive
// ignore: unnecessary_library_name
library dart.pkg.not_in_sdk;

0 comments on commit 9fbdb66

Please sign in to comment.