feat(build): remove Detekt and switch to Slack's Compose lints

This commit is contained in:
Harsh Shandilya 2023-03-08 01:47:19 +05:30
parent d612ed44d9
commit 0ae48dee33
No known key found for this signature in database
18 changed files with 101 additions and 812 deletions

View file

@ -33,13 +33,6 @@ jobs:
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
- name: Run Detekt
uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0
with:
arguments: --no-configuration-cache --stacktrace detektMain
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
- name: (Fail-only) Upload test report
if: failure()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2