diff --git a/CHANGELOG.md b/CHANGELOG.md index 604048cd0ad..259347b0ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,7 +109,11 @@ #### Linter -Updated the Linter to `1.10.0`, which includes changes that +Updated the Linter to `1.11.0`, which includes changes that +- adds support for constructor tear-offs to `avoid_redundant_argument_values`, + `unnecessary_lambdas`, and `unnecessary_parenthesis`. +- adds a new lint: `unnecessary_constructor_name` to flag unnecessary uses of + `.new`. - improves regular expression parsing performance for common checks (`camel_case_types`, `file_names`, etc.). - (internal) migrates to analyzer 2.1.0 APIs. diff --git a/DEPS b/DEPS index b7c47608592..a39c94cfd1b 100644 --- a/DEPS +++ b/DEPS @@ -122,7 +122,8 @@ vars = { "intl_tag": "0.17.0-nullsafety", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_rev": "7e00f893440a72de0637970325e4ea44bd1e8c8e", - "linter_tag": "1.10.0", + # linter 1.11.0 try + "linter_tag": "4bf703ef399f173eb969f9499581c454bd9af86f", "lints_tag": "f9670df2a66e0ec12eb51554e70c1cbf56c8f5d0", "logging_rev": "575781ef196e4fed4fb737e38fb4b73d62727187", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",