Skip to content

Commit

Permalink
Remove pvs (#51)
Browse files Browse the repository at this point in the history
It is no longer used:
neovim/neovim@353a4be
  • Loading branch information
dundargoc authored Nov 12, 2023
1 parent 1bc9701 commit d0971d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
git add --all .
git commit -m 'clang report: Automatic update'
- name: Update PVS report
run: |
cd "${NEOVIM_DIR}"
make distclean
${GITHUB_WORKSPACE}/ci/pvs-report.sh
cd "$DOC_DIR"
git add --all .
git commit -m 'pvs-report: Automatic update'
- name: Update vimpatch report
run: |
python -m pip install --user requests
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This repo contains automation scripts and CI configuration to run the scripts.
- [user/ docs](https://neovim.io/doc/user)
- Build reports:
- [Clang report](https://neovim.io/doc/reports/clang)
- [PVS-studio report](https://neovim.io/doc/reports/pvs)
- [Vimpatch report](https://neovim.io/doc/reports/vimpatch)

## Run Locally
Expand Down
58 changes: 0 additions & 58 deletions ci/pvs-report.sh

This file was deleted.

0 comments on commit d0971d1

Please sign in to comment.