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

Side by Side Diff: packages/charcode/.analysis_options

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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 unified diff | Download patch
« no previous file with comments | « packages/barback/test/utils.dart ('k') | packages/charcode/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 analyzer:
2 strong-mode: true
3 linter:
4 rules:
5 # Errors
6 - avoid_empty_else
7 - comment_references
8 - control_flow_in_finally
9 - empty_statements
10 - hash_and_equals
11 - test_types_in_equals
12 - throw_in_finally
13 - unrelated_type_equality_checks
14 - valid_regexps
15
16 # Style
17 - annotate_overrides
18 - avoid_init_to_null
19 - avoid_return_types_on_setters
20 - await_only_futures
21 - camel_case_types
22 - empty_catches
23 - empty_constructor_bodies
24 - library_names
25 - library_prefixes
26 - non_constant_identifier_names
27 - prefer_is_not_empty
28 - slash_for_doc_comments
29 - type_init_formals
OLDNEW
« no previous file with comments | « packages/barback/test/utils.dart ('k') | packages/charcode/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698