Skip to content

Commit 1054d3a

Browse files
authored
Use better terms (flutter#64)
1 parent 643f247 commit 1054d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Here is how static analysis is used internally at Google:
2929
separately on a case by case basis.
3030
- `unused_element`, `unused_field` and `unused_local_variable` are allowed.
3131
- When a new SDK version adds new errors, warnings or hints, we either clean
32-
up everything before switching SDK version or maintain a whitelist of
33-
allowed violations so it can be gradually cleaned up.
32+
up everything before switching SDK version or maintain a list of allowed
33+
violations so it can be gradually cleaned up.
3434
- Lints are considered and enabled on a case by case basis. When enabling a
3535
lint we first clean up all pre-existing violations. After it's enabled, any
3636
attempt to check in a further violation will be blocked.

0 commit comments

Comments
 (0)