Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a7de594 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Remove ktlint now that we have Detekt

Too much lint is killing lint (:
parent 577abae1
Loading
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -51,14 +51,6 @@ lintDebug:
    paths:
      - app/build/reports/

ktlintDebug:
  extends: .lintDebugDefault
  script:
    - ./gradlew app:ktlintCheck --info
  artifacts:
    paths:
      - app/build/reports/ktlint/

# Release build related jobs

# Default configuration for release builds
@@ -130,15 +122,6 @@ lintRelease:
      - app/build/reports/
      - build/reports/

ktlintRelease:
  extends: .lintReleaseDefault
  script:
    - ./gradlew app:ktlintCheck --info
  artifacts:
    paths:
      - app/build/reports/ktlint/


pushToPrebuilt:
  stage: publish
  needs: ["buildRelease"]