Lines Matching refs:lint
7 ## How to run Bluetooth lint checks against the code base
9 While lint checks should be automatically run by Gerrit, you may want to run it manually on the
12 Step 1: Build the lint report:
14 m Bluetooth-lint
17 Step 2: Find your lint output:
20 find out/soong/.intermediates/packages/modules/Bluetooth/ -type f -name "*lint-report*" -print;
25 aninja -t query Bluetooth-lint
28 Step 3: Identify the lint report you want to view the results of, typically in the following format:
30 …kages/modules/Bluetooth/android/app/Bluetooth/android_common/<run-identifier>/lint/lint-report.html
35 ## How to run Bluetooth lint unit tests
44 - [Android Lint Docs](https://googlesamples.github.io/android-custom-lint-rules/)
45 - [Custom lint creation example from Android SystemUI team](https://g3doc.corp.google.com/company/t…
46 - [Lint Check Unit Testing](https://googlesamples.github.io/android-custom-lint-rules/api-guide/uni…
47 …://source.corp.google.com/studio-main/tools/base/lint/libs/lint-api/src/main/java/com/android/tool…