Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: CHANGELOG.md

Issue 2182183004: Linter `0.1.22`. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96087ee377c41cad143f5e3ec711940668ab51a7..4a3ca83fe938b97fef7f4c06c72c2d03af32f0d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 0.1.22
+
+* Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc generation (respectively).
+* Fix to allow leading underscores in `non_constant_identifier_names`.
+* New `valid_regexps` lint (#277).
+* New `whitespace_around_ops` lint (#249).
+* Fix to `overridden_fields` to flag overridden static fields (#274).
+* New `list_remove_unrelated_type` to detect passing a non-`T` value to `List.remove()`` (#271).
+* New `empty_catches` lint to catch empty catch blocks (#43).
+* Fixed `close_sinks` false positive (#268).
+* `linter` support for `--strong` to allow for running linter in strong mode.
+
# 0.1.21
* New `only_throw_errors` lint.
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698