Skip to content

Commit

Permalink
Use better terms (flutter#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jul 15, 2020
1 parent 643f247 commit 1054d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Here is how static analysis is used internally at Google:
separately on a case by case basis.
- `unused_element`, `unused_field` and `unused_local_variable` are allowed.
- When a new SDK version adds new errors, warnings or hints, we either clean
up everything before switching SDK version or maintain a whitelist of
allowed violations so it can be gradually cleaned up.
up everything before switching SDK version or maintain a list of allowed
violations so it can be gradually cleaned up.
- Lints are considered and enabled on a case by case basis. When enabling a
lint we first clean up all pre-existing violations. After it's enabled, any
attempt to check in a further violation will be blocked.
Expand Down

0 comments on commit 1054d3a

Please sign in to comment.