commit | d3a40cd2de822f6ee37b7b76a20261e07e8b729c | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@google.com> | Tue Feb 04 13:54:20 2020 -0800 |
committer | Kevin Moore <kevmoo@google.com> | Tue Feb 04 13:54:20 2020 -0800 |
tree | a40ce959ea19fc0676aeb4388c90bcb75a3a9307 | |
parent | 842ea7a0ece4c6e9dd24d1c5d959053d288d7557 [diff] |
analysis_options: remove unsupported error code
diff --git a/analysis_options.yaml b/analysis_options.yaml index 5960f55..8f7fcfd 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml
@@ -13,8 +13,6 @@ errors: # treat missing required parameters as a warning (not a hint) missing_required_param: warning - # allow type narrowing - strong_mode_down_cast_composite: ignore # allow having TODOs in the code todo: ignore