Skip to content

Commit 1dd1faf

Browse files
authored
Drop Qodana
It looks interesting, but I don't have enough time to justify having it everywhere and update it every release just yet
1 parent ec991e4 commit 1dd1faf

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -144,41 +144,6 @@ jobs:
144144
env:
145145
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
146146
COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
147-
qodana:
148-
name: Qodana
149-
runs-on: ubuntu-latest
150-
needs:
151-
- lint-yaml
152-
- lint-json
153-
steps:
154-
- name: Checkout
155-
uses: actions/checkout@v2
156-
- name: Qodana - Code Inspection
157-
timeout-minutes: 600
158-
run: docker run -v ${GITHUB_WORKSPACE}:/data/project -v ${GITHUB_WORKSPACE}/qodana:/data/results jetbrains/qodana:2020.3-eap --save-report
159-
- name: Archive results
160-
uses: actions/upload-artifact@v2
161-
with:
162-
name: qodana-results
163-
if-no-files-found: error
164-
path: qodana/report/results
165-
- name: Print results
166-
run: |
167-
echo "🎉 Qodana has finished successfully!"
168-
echo "Download an artifact qodana-results.zip. Code Inspection results are part of file result-allProblems.json."
169-
echo "________________________________________________________________"
170-
cat ${GITHUB_WORKSPACE}/qodana/report/results/result-allProblems.json
171-
- name: Archive error logs
172-
uses: actions/upload-artifact@v2
173-
if: failure()
174-
with:
175-
name: qodana-error-logs
176-
path: qodana
177-
- name: Print error message
178-
if: failure()
179-
run: |
180-
echo "❌ Qodana has failed"
181-
echo "Please contact our support team by email at qodana-support@jetbrains.com. Attach qodana-error-logs.zip to your message."
182147
lint-yaml:
183148
name: Lint YAML
184149
runs-on: ubuntu-latest
@@ -211,7 +176,6 @@ jobs:
211176
- lint-json
212177
- qa
213178
- tests-directly-on-os
214-
- qodana
215179
runs-on: ubuntu-latest
216180
steps:
217181
- run: echo "✔️"

0 commit comments

Comments
 (0)