File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments