Tags: pylaligand/linter
Tags
Merge pull request dart-archive#501 from JPaulsen/improve_performance… …_invariant_booleans Improve performance: invariant_booleans
Linter `0.1.29` (#327). (dart-archive#331) * Linter `0.1.29`. * Update pubspec.yaml Remove rogue json_schema dependency.
Move MockSdk into tests. Also make _MockSdkLibrary implement noSuchMethod() to avoid breaking because of unused methods in the future. R=pquitslund@google.com, brianwilkerson@google.com BUG= Review URL: https://codereview.chromium.org//2417463002 .
Publish linter `0.1.27`. BUG= R=brianwilkerson@google.com, scheglov@google.com Review URL: https://codereview.chromium.org//2367943002 .
Publish `0.1.26`. * Updated tests to use package `test` (#302). Fixes: https://github.com/dart-lang/linter/issues/302 BUG= R=alexeidiaz@google.com Review URL: https://codereview.chromium.org//2310833003 .
Publish linter `0.1.25`. * Fixed false positive on `[]=` in `always_declare_return_types` (#300). * New `invariant_booleans` lint. * New `literal_only_boolean_expressions` lint. * Fixed `camel_case_types` to allow `$` in identifiers (dart-archive#290). BUG= R=alexeidiaz@google.com Review URL: https://codereview.chromium.org//2309313002 .
Publish linter `0.1.24`. * Internal updates to keep up with changes in the analyzer package. * Updated `close_sinks` to respect calls to `destroy` (#282). * Fixed `only_throw_errors` to report on the expression not node. BUG= R=scheglov@google.com Review URL: https://codereview.chromium.org//2245123002 .
Remove `whitespace_around_ops` pending re-name and re-design (#249). BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//2189993002 .
Linter `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). * Added `linter` support for `--strong` to allow for running linter in strong mode. BUG= R=scheglov@google.com Review URL: https://codereview.chromium.org//2182183004 .
Linter `0.1.21` * New `only_throw_errors` lint. * New lint to check for `empty_statements` (#259). * Fixed NSME when file contents cannot be read (#260). * Fixed unsafe cast in `iterable_contains_unrelated_type` (#267). R=alexeidiaz@google.com, brianwilkerson@google.com Review URL: https://codereview.chromium.org//2100013005 .
PreviousNext