Skip to content

Commit d0971d1

Browse files
authored
Remove pvs (#51)
It is no longer used: neovim/neovim@353a4be
1 parent 1bc9701 commit d0971d1

File tree

3 files changed

+0
-68
lines changed

3 files changed

+0
-68
lines changed

.github/workflows/reports.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ jobs:
5959
git add --all .
6060
git commit -m 'clang report: Automatic update'
6161
62-
- name: Update PVS report
63-
run: |
64-
cd "${NEOVIM_DIR}"
65-
make distclean
66-
${GITHUB_WORKSPACE}/ci/pvs-report.sh
67-
cd "$DOC_DIR"
68-
git add --all .
69-
git commit -m 'pvs-report: Automatic update'
70-
7162
- name: Update vimpatch report
7263
run: |
7364
python -m pip install --user requests

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This repo contains automation scripts and CI configuration to run the scripts.
1111
- [user/ docs](https://neovim.io/doc/user)
1212
- Build reports:
1313
- [Clang report](https://neovim.io/doc/reports/clang)
14-
- [PVS-studio report](https://neovim.io/doc/reports/pvs)
1514
- [Vimpatch report](https://neovim.io/doc/reports/vimpatch)
1615

1716
## Run Locally

ci/pvs-report.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)