Searched refs:lint (Results 1 – 12 of 12) sorted by relevance
1 This directory contains configuration files for lint, which is run4 lint.xml contains checks that are turned on or off, or whitelisted /8 baseline.xml contains the list of existing "grandfathered" lint9 errors in the codebase. It is generated using ./tools/lint/update_baseline.sh11 When you hit a lint error that should not be triggered, there are 314 for cases where the lint violation is intended, so that reviewers16 2. Use tools/lint.xml to ignore a lint check which we don't care19 3. If there are lint errors that should be fixed, but cannot be done25 - https://developer.android.com/studio/write/lint.html26 - http://tools.android.com/tips/lint-checks
9 echo '' > tools/lint/baseline.xml11 lint . -Werror --exitcode --config tools/lint/lint.xml --html /tmp/lint_output.html \12 --baseline tools/lint/baseline.xml --remove-fixed &16 rm tools/lint/baseline.xml
32 ${REPO_ROOT}/prebuilts/devtools/tools/lint \36 --config ${REPO_ROOT}/frameworks/base/packages/SystemUI/tools/lint/lint.xml \38 --baseline ${REPO_ROOT}/frameworks/base/packages/SystemUI/tools/lint/baseline.xml \47 for cases where the lint violation is intended, so that reviewers49 2. Use tools/lint.xml to ignore a lint check which we don't care
113 def lint(path): function223 before = lint(sys.argv[2])226 after = lint(sys.argv[1])
80 // Run lint for all variants82 variant.assemble.dependsOn(tasks.findByName('lint'))
13 // There are so many lint errors at the time being (even in the support libs)
121 baseline_file: "api/lint-baseline.txt",180 baseline_file: "api/system-lint-baseline.txt",204 baseline_file: "non-updatable-api/system-lint-baseline.txt",223 baseline_file: "api/test-lint-baseline.txt",262 baseline_file: "api/module-lib-lint-baseline.txt",
1219 "--api-lint-ignore-prefix android.icu. " +1220 "--api-lint-ignore-prefix java. " +1221 "--api-lint-ignore-prefix junit. " +1222 "--api-lint-ignore-prefix org. "
122 @echo Running fontchain lint
146 baseline_file: "api/lint-baseline.txt",
79 // Enable api lint. This will eventually become the default for java_sdk_library
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...