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

Side by Side Diff: packages/crypto/analysis_options.yaml

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 2 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/crypto/CHANGELOG.md ('k') | packages/crypto/lib/src/hash_sink.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 analyzer: 1 analyzer:
2 strong-mode: true 2 strong-mode: true
3 linter: 3 linter:
4 rules: 4 rules:
5 # Errors 5 # Errors
6 - avoid_empty_else 6 - avoid_empty_else
7 - comment_references 7 - comment_references
8 - control_flow_in_finally 8 - control_flow_in_finally
9 - empty_statements 9 - empty_statements
10 - hash_and_equals 10 - hash_and_equals
11 - test_types_in_equals 11 - test_types_in_equals
12 - throw_in_finally 12 - throw_in_finally
13 - unrelated_type_equality_checks 13 - unrelated_type_equality_checks
14 - valid_regexps 14 - valid_regexps
15 15
16 # Style 16 # Style
17 - annotate_overrides 17 - annotate_overrides
18 - avoid_init_to_null 18 - avoid_init_to_null
19 - avoid_return_types_on_setters 19 - avoid_return_types_on_setters
20 - await_only_futures 20 - await_only_futures
21 - camel_case_types 21 - camel_case_types
22 - empty_catches 22 - empty_catches
23 - empty_constructor_bodies 23 - empty_constructor_bodies
24 - library_names 24 - library_names
25 - library_prefixes 25 - library_prefixes
26 - non_constant_identifier_names 26 - non_constant_identifier_names
27 - prefer_is_not_empty 27 - prefer_is_not_empty
28 - slash_for_doc_comments 28 - prefer_single_quotes
29 - type_init_formals 29 - slash_for_doc_comments
30 - type_init_formals
OLDNEW
« no previous file with comments | « packages/crypto/CHANGELOG.md ('k') | packages/crypto/lib/src/hash_sink.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698