-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 1014 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: many_lints
description: "A comprehensive collection of custom lint rules, quick fixes, and code assists for Flutter and Dart projects."
version: 0.4.0
homepage: https://nikoro.github.io/many_lints
documentation: https://nikoro.github.io/many_lints/docs
repository: https://github.com/Nikoro/many_lints
issue_tracker: https://github.com/Nikoro/many_lints/issues
topics: [lint, lints, linter, analyzer, code]
environment:
sdk: ^3.10.0
dependencies:
analyzer: ^11.0.0
analyzer_plugin: ^0.14.5
analysis_server_plugin: ^0.3.11
dev_dependencies:
test: ^1.30.0
analyzer_testing: ^0.2.2
test_reflective_loader: ^0.4.0
lints: ^6.1.0
# analyzer 11.0.0 is required by analysis_server_plugin 0.3.11, analyzer_plugin 0.14.5,
# and analyzer_testing 0.2.2. The test package 1.30.0 has not yet released an update
# that lifts its upper bound past analyzer <11.0.0. This override allows the dev
# environment to resolve until test publishes a compatible release.
dependency_overrides:
analyzer: ^11.0.0