Searched refs:checks (Results 1 – 25 of 27) sorted by relevance
12
4 perform various checks automatically such as running linters on your code.20 Sometimes you might want to bypass the upload checks. While this is **strongly23 `--no-verify` when running `repo upload` to skip all upload checks. This will24 skip **all** checks and not just specific ones. It should be used only after35 The merging of these config files control the hooks/checks that get run when139 pre-upload checks. The following options are recognized:312 entire repo in order to perform full checks. e.g. `pylint` needs to know what325 * Commit message checks (correct format/BUG/TEST/SOB tags/etc...).
19 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip20 import com.android.tools.lint.checks.infrastructure.TestFiles.jar21 import com.android.tools.lint.checks.infrastructure.TestFiles.xml
19 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip20 import com.android.tools.lint.checks.infrastructure.TestFiles.jar
21 import com.android.tools.lint.checks.infrastructure.TestFile22 import com.android.tools.lint.checks.infrastructure.TestFiles
27 import com.android.tools.lint.checks.ApiLookup in <lambda>()28 import com.android.tools.lint.checks.infrastructure.ClassName in <lambda>()29 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()30 import com.android.tools.lint.checks.infrastructure.TestFiles in <lambda>()31 import com.android.tools.lint.checks.infrastructure.TestFiles.java in <lambda>()32 import com.android.tools.lint.checks.infrastructure.TestFiles.kotlin in <lambda>()33 import com.android.tools.lint.checks.infrastructure.stripComments in <lambda>()
19 import com.android.tools.lint.checks.infrastructure.TestFiles.source in <lambda>()
3 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
19 import com.android.tools.lint.checks.infrastructure.TestFile
3 import com.android.tools.lint.checks.infrastructure.TestFiles.source
21 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
76 srcs: ["checks/src/main/java/**/*.kt"],88 // "checks/src/test/java/**/*.kt",89 // "checks/src/main/java/**/*.kt",
3 This checks whether the provided APK will verify on Android. By default, this4 checks whether the APK will verify on all Android platform versions supported
60 info.checks = arrayListOf() in createFile()143 var checks: ArrayList<Check> = arrayListOf() variable in com.android.tools.metalava.LibraryBuildInfoFile
11 between different versions of the Android platform. apksig thus thoroughly checks whether an APK's28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android
19 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
19 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()
3 import com.android.tools.lint.checks.infrastructure.LintDetectorTest
20 import com.android.tools.lint.checks.ApiLookup
17 package com.android.tools.lint.checks.infrastructure
21 import com.android.tools.lint.checks.infrastructure.LintDetectorTest.source in <lambda>()22 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()
184 checks on the public API in the codebase and flag issues that are discouraged185 or forbidden by the Android API Council; there are currently around 80 checks.431 overrides the `compare(old: Item, new: Item)` method, and checks whether the old
6 import com.android.tools.lint.checks.ApiLookup in <lambda>()
46 import com.android.tools.lint.checks.AnnotationDetector
144 # disable everything first and then reenable specific checks. For example, if