Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Drop unnecessary severity upgrades (#181)
Browse files Browse the repository at this point in the history
These are a long outdated legacy pattern which brought external CI more
inline with internal standards where these errors would fail the build.
We are now more strict and the upgrades only impact local development
where they are not useful.
  • Loading branch information
natebosch authored May 5, 2022
1 parent 6416dd9 commit 8243e96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ analyzer:
errors:
# https://github.com/dart-lang/linter/issues/1649
prefer_collection_literals: ignore
unused_element: error
unused_import: error
unused_local_variable: error
dead_code: error
linter:
rules:
- avoid_dynamic_calls
Expand Down

0 comments on commit 8243e96

Please sign in to comment.