Skip to content

Commit 18cf0e5

Browse files
authored
Revert "Lint baseline (#44)" (#48)
This reverts commit 26835c9.
1 parent 27f1446 commit 18cf0e5

File tree

7 files changed

+1
-386
lines changed

7 files changed

+1
-386
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ jobs:
4040

4141
- name: Build Compose
4242
run: ./gradlew :compose:build
43-
- name: Lint Compose samples
44-
run: ./gradlew :compose:snippets:lint

compose/snippets/build.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ android {
1919
useSupportLibrary true
2020
}
2121
}
22-
lint {
23-
checkAllWarnings true
24-
warningsAsErrors true
25-
baseline = file("lint-baseline.xml")
26-
}
2722

2823
buildTypes {
2924
release {

compose/snippets/lint-baseline.xml

-372
This file was deleted.

compose/snippets/src/main/java/com/example/compose/snippets/architecture/ArchitectureLayering.kt

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
@file:Suppress("UNUSED_VARIABLE")
18-
1917
package com.example.compose.snippets.architecture
2018

2119
import androidx.compose.animation.Animatable

0 commit comments

Comments
 (0)