bump to linter 1.0.0 (NNDB)

Change-Id: Ic792d7521b3519edb630003bdb164f3308a74e32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/188261
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2021-03-03 18:56:54 +00:00 committed by commit-bot@chromium.org
parent 4b35c50cbd
commit 64ea51988a
3 changed files with 13 additions and 4 deletions

View file

@ -11,7 +11,7 @@
"constraint, update this by running tools/generate_package_config.dart."
],
"configVersion": 2,
"generated": "2021-03-01T09:26:17.118461",
"generated": "2021-03-03T09:46:04.757962",
"generator": "tools/generate_package_config.dart",
"packages": [
{
@ -232,7 +232,7 @@
"name": "dartdoc",
"rootUri": "../third_party/pkg/dartdoc",
"packageUri": "lib/",
"languageVersion": "2.10"
"languageVersion": "2.11"
},
{
"name": "dds",
@ -392,7 +392,7 @@
"name": "linter",
"rootUri": "../third_party/pkg/linter",
"packageUri": "lib/",
"languageVersion": "2.6"
"languageVersion": "2.12"
},
{
"name": "logging",

View file

@ -10,6 +10,15 @@
#### Dartanalyzer
#### Linter
Updated the Linter to `1.0.0`, which includes:
- full library migration to null-safety.
- new lint: `use_if_null_to_convert_nulls_to_bools`.
- new lint: `deprecated_consistency`.
- new lint: `use_named_constants`.
- deprecation of `avoid_as`.
## 2.12.0

2
DEPS
View file

@ -118,7 +118,7 @@ vars = {
"intl_tag": "0.17.0-nullsafety",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d",
"linter_tag": "0.1.129",
"linter_tag": "1.0.0",
"logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_rev": "9c4beaac96d8f008078e00b027915f81b665d2de",