Tags: pylaligand/linter
Tags
Linter `0.1.20`. * New `cancel_subscriptions` lint. R=alexeidiaz@google.com Review URL: https://codereview.chromium.org//2066683002 .
Linter `0.1.19`. * New `close_sinks` lint. * Fixes to `iterable_contains_unrelated_type `. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//2064913002 .
Bump to `0.1.18`. Includes: * Fix NSME in `iterable_contains_unrelated_type` (#245). * Fixed typo in `comment_references` error description. * Fix `overriden_field` false positive (#246). * Rename linter binary `lints` option to `rules` (#248). * Help doc tweaks. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//2035653003 .
Linter version 0.1.17. Introduces: * Fix to `public_member_api_docs` to check for documented getters when checking setters (#237). * New `iterable_contains_unrelated_type` lint to detect when `Iterable.contains` is invoked with an object of an unrelated type. * New `comment_references` lint to ensure identifiers referenced in docs are in scope (#240). BUG= R=scheglov@google.com Review URL: https://codereview.chromium.org//1992693003 .
Linter version 0.1.16. Includes: * Fix for false positive in `overriden_field`s. * New `unrelated_type_equality_checks` lint. * Fix to accept `$` identifiers in string interpolation lint (#214). * Update to new `plugin` API (`0.2.0`). * Strong mode cleanup. BUG= Review URL: https://codereview.chromium.org//1972183002 .
Bump to `0.1.14` pre-publish. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//1877033005 .
Bump to 0.1.13. BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//1782643002 .
Bump to `0.1.11`. BUG= R=keertip@google.com Review URL: https://codereview.chromium.org//1715893002 .
Update to 0.1.9. * Fixes `type_annotate_public_apis`. BUG= R=het@google.com Review URL: https://codereview.chromium.org//1492973002 .
Update to 0.1.8. R=scheglov@google.com Review URL: https://codereview.chromium.org//1465023002 .