From f9f60bd36516b433d89880322779d9bdf58795d0 Mon Sep 17 00:00:00 2001 From: Azhara Assanova Date: Wed, 11 Aug 2021 10:57:45 +0000 Subject: [PATCH] Add new line to lint's README Preview of README in http://cs/android/frameworks/base/tools/lint/README.md?rcl=e5834d57c964cb234a85e27b1e270e46825e7e68 is missing a new line Bug: 157626959 Test: N/A Change-Id: I7b80920de8144fe62e6ae0d21718ce4eaee16a20 --- tools/lint/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lint/README.md b/tools/lint/README.md index d661bc4bbadd0..bef7cb275480e 100644 --- a/tools/lint/README.md +++ b/tools/lint/README.md @@ -30,6 +30,7 @@ java_library_static { m out/soong/.intermediates/frameworks/base/services/autofill/services.autofill/android_common/lint/lint-report.html ``` (Lint report can be found in the same path, i.e. `out/../lint-report.html`) + 3. Now lint issues should appear on gerrit! **Notes:**