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

Commit 47a4f24f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Revert "Gather ktlint with other lint checks"

This reverts commit 5ae8a510.
parent c09baf51
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -138,7 +138,6 @@ lintRelease:
    - if: $CI_MERGE_REQUEST_ID
    - if: $CI_MERGE_REQUEST_ID
      when: always
      when: always
  script:
  script:
    - ./gradlew ktlintCheck
    - ./gradlew lintRelease
    - ./gradlew lintRelease
    - ./gradlew detekt
    - ./gradlew detekt
  artifacts:
  artifacts:
@@ -146,6 +145,14 @@ lintRelease:
      - app/build/reports/
      - app/build/reports/
      - build/reports/
      - build/reports/


styleCheck:
  stage: release
  rules:
    - if: $CI_MERGE_REQUEST_ID
      when: always
  script:
    - ./gradlew ktlintCheck

publish-authdatalib:
publish-authdatalib:
  stage: publish
  stage: publish
  needs: ["buildRelease"]
  needs: ["buildRelease"]