Enable testFixtures - but not supported by AGP yet, so put files in module matrixtest
This commit is contained in:
parent
cb158acf00
commit
feac348c89
9 changed files with 157 additions and 4 deletions
|
|
@ -40,6 +40,7 @@ fun CommonExtension<*, *, *, *>.androidConfig(project: Project) {
|
|||
lintConfig = File("${project.rootDir}/tools/lint/lint.xml")
|
||||
checkDependencies = true
|
||||
abortOnError = true
|
||||
ignoreTestFixturesSources = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -64,6 +65,7 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
|
|||
// Disabled until lint stops inspecting generated ksp files...
|
||||
// error.add("ComposableLambdaParameterNaming")
|
||||
error.add("ComposableLambdaParameterPosition")
|
||||
ignoreTestFixturesSources = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue