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

Commit 2f9a1393 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Add lint.xml file for releases

parent d34ce898
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -112,6 +112,9 @@ buildReleaseStable:

lintRelease:
  extends: .lintReleaseDefault
  rules:
    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
      when: always
  script:
    - ./gradlew lintRelease
  artifacts:

lint.xml

0 → 100644
+16 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- IGNORES -->
    <issue id="DuplicateIncludedIds" severity="ignore" />
    <issue id="Typos" severity="ignore" />
    <issue id="StopShip" severity="ignore" />

    <!-- WARNINGS -->
    <issue id="MissingTranslation" severity="warning" />
    <issue id="SdCardPath" severity="warning" />
    <issue id="VectorRaster" severity="warning" />

    <!-- Others are considered as error -->
    <issue id="all" severity="error" />
</lint>