Skip to content

Commit

Permalink
build: remove lint checks temporary.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Nov 26, 2023
1 parent 2158999 commit 5a81634
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 204 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Publish Release
on:
push:
branches:
- 'master'
branches: ["master", "workflow"]
tags:
- 'v*'

Expand All @@ -13,7 +12,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- permissions: write-all
- uses: actions/checkout@v3
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
Expand Down
2 changes: 0 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ android {
}

dependencies {
lintPublish(project(":lint"))
lintChecks(project(":lint"))
api(project(":i18n"))

implementation(libs.androidx.core.core.ktx)
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ com-google-android-material = "1.10.0"
androidx-test-uiautomator = "2.2.0"
androidx-benchmark = "1.2.1"

lint = "31.1.4"
parser-m3u = "1.3.0"

cling = "2.1.1"
Expand Down Expand Up @@ -121,8 +120,6 @@ androidx-test-espresso-espresso-core = { group = "androidx.test.espresso", name
androidx-test-uiautomator-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidx-test-uiautomator" }
androidx-benchmark-benchmark-macro-junit4 = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidx-benchmark" }

com-android-tools-lint-lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "lint" }

parser-m3u = { group = "com.github.bjoernpetersen", name = "m3u-parser", version.ref = "parser-m3u" }

cling-core = { group = "org.fourthline.cling", name = "cling-core", version.ref = "cling" }
Expand Down
1 change: 0 additions & 1 deletion lint/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions lint/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion lint/consumer-rules.pro

This file was deleted.

21 changes: 0 additions & 21 deletions lint/proguard-rules.pro

This file was deleted.

19 changes: 0 additions & 19 deletions lint/src/main/java/com/m3u/lint/M3UIssueRegistry.kt

This file was deleted.

93 changes: 0 additions & 93 deletions lint/src/main/java/com/m3u/lint/detectors/HelperDetector.kt

This file was deleted.

45 changes: 0 additions & 45 deletions lint/src/main/java/com/m3u/lint/detectors/StaredImportsDetector.kt

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ include(
":features:about"
)
include(":benchmark")
include(":lint")
include(":i18n")
include(":ui")
include(":dlna")
Expand Down
3 changes: 0 additions & 3 deletions ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ plugins {
android {
namespace = "com.m3u.ui"
compileSdk = 34

defaultConfig {
minSdk = 26

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}

buildTypes {
release {
isMinifyEnabled = true
Expand Down

0 comments on commit 5a81634

Please sign in to comment.