Searched refs:checks (Results 1 – 25 of 43) sorted by relevance
12
23 srcs: ["checks/src/main/java/**/*.kt"],36 // "checks/src/test/java/**/*.kt",37 // "checks/src/main/java/**/*.kt",
19 import com.android.tools.lint.checks.infrastructure.TestFile20 import com.android.tools.lint.checks.infrastructure.TestFiles
19 import com.android.tools.lint.checks.infrastructure.TestFile
21 import com.android.tools.lint.checks.infrastructure.TestFile22 import com.android.tools.lint.checks.infrastructure.TestFiles
19 import com.android.tools.lint.checks.infrastructure.TestFiles
19 import com.android.tools.lint.checks.infrastructure.TestFiles.source in <lambda>()
19 compatibility checks. In the context of semantic versioning, incompatibilities are only allowed at26 …s of source incompatibilities are adding an enum value in Kotlin (due to exhaustive when checks) or40 to prevent runtime incompatibility with it's checks, but cannot provide any assurances about it.
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
19 import com.android.tools.lint.checks.infrastructure.ClassName
3 import com.android.tools.lint.checks.infrastructure.LintDetectorTest
21 "Fuzzer that checks parsing of faulty FDT blobs and " +
19 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()20 import com.android.tools.lint.checks.infrastructure.TestFiles in <lambda>()
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 when146 pre-upload checks. The following options are recognized:325 entire repo in order to perform full checks. e.g. `pylint` needs to know what338 * Commit message checks (correct format/BUG/TEST/SOB tags/etc...).
65 info.checks = arrayListOf() in <lambda>()151 var checks: ArrayList<Check> = arrayListOf() variable in com.android.tools.metalava.buildinfo.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