Commit e33d8d96 authored by Ian Hickson's avatar Ian Hickson

Merge pull request #2634 from Hixie/strong-mode

Enable strong mode again.
parents 4caaf9ee bb3874dc
...@@ -7,12 +7,16 @@ ...@@ -7,12 +7,16 @@
analyzer: analyzer:
language: language:
enableSuperMixins: true enableSuperMixins: true
strong-mode: false #TODO(pq): enable once strong-mode runs clean strong-mode: true
errors: errors:
# we allow overriding fields (if they use super, ideally...) # we allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore strong_mode_invalid_field_override: ignore
# we allow type narrowing # we allow type narrowing
strong_mode_invalid_method_override: ignore strong_mode_invalid_method_override: ignore
strong_mode_static_type_error: ignore
strong_mode_down_cast_composite: ignore
type_argument_not_matching_bounds: ignore
# we allow having TODOs in the code
todo: ignore todo: ignore
linter: linter:
rules: rules:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment