diff options
| author | 2024-06-20 14:21:24 +0200 | |
|---|---|---|
| committer | 2024-06-20 14:21:25 +0200 | |
| commit | 6cf9f40aa0157a2372e137590f9e8707960c7aff (patch) | |
| tree | 364d991e122b5a2dd668fface9bb90f5260d56b6 /java | |
| parent | f80ffa8b86f8a367fad94b3ef5539c7dfc5eb5f4 (diff) | |
Make Lint FlaggedApi violations errors
Change Lint FlaggedApis from warnings to errors.
Bug: 303434307
Test: m lint-check -k
Flag: EXEMPT not possible to flag baseline changes
Change-Id: I990ce57cd5cdac44ee8b93565b45aa15790ad697
Diffstat (limited to 'java')
| -rw-r--r-- | java/lint_defaults.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index b8ce95cc8..262e184bd 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -123,9 +123,6 @@ --warning_check SupportAnnotationUsage --warning_check UniqueConstants --warning_check UseSdkSuppress -# TODO(b/303434307) The intent is for this to be set to error severity -# once existing violations are cleaned up ---warning_check FlaggedApi --warning_check ExactAlarm --warning_check ExpiredTargetSdkVersion |