Skip to content

Commit 0095748

Browse files
Remove coverity from the DevGuide (#1411)
* Remove coverity * Update conf.py * Link to valgrind doc on CPython repo. * Update development-tools/clang.rst Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 4ae3707 commit 0095748

File tree

5 files changed

+3
-146
lines changed

5 files changed

+3
-146
lines changed

conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,9 @@
114114
rediraffe_redirects = {
115115
# Development Tools
116116
"clang.rst": "development-tools/clang.rst",
117-
"coverity.rst": "development-tools/coverity.rst",
118117
"gdb.rst": "development-tools/gdb.rst",
119118
# Advanced Tools was renamed Development Tools in gh-1149
120119
"advanced-tools/clang.rst": "development-tools/clang.rst",
121-
"advanced-tools/coverity.rst": "development-tools/coverity.rst",
122120
"advanced-tools/gdb.rst": "development-tools/gdb.rst",
123121
# Core Developers
124122
"coredev.rst": "core-developers/become-core-developer.rst",

core-developers/experts.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ buildbots zware, pablogsal
319319
bytecode benjaminp, 1st1, markshannon, brandtbucher, carljm, iritkatriel
320320
context managers ncoghlan
321321
core workflow Mariatta, ezio-melotti, hugovk, AA-Turner
322-
coverity scan tiran, Yhg1s
323322
cryptography gpshead, dstufft
324323
data formats
325324
database malemburg

development-tools/clang.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A complete list of sanitizers can be found at `Controlling Code Generation
5454

5555
Clang and its sanitizers have strengths (and weaknesses). Its just one tool in
5656
the war chest to uncovering bugs and improving code quality. Clang should be
57-
used to complement other methods, including Code Reviews, Valgrind, Coverity,
57+
used to complement other methods, including Code Reviews, `Valgrind`_,
5858
etc.
5959

6060
Clang/LLVM setup
@@ -281,3 +281,5 @@ Unfortunately, you won't know what to ignorelist until you run the sanitizer.
281281

282282
The documentation is available at `Sanitizer special case list
283283
<https://clang.llvm.org/docs/SanitizerSpecialCaseList.html>`_.
284+
285+
.. _Valgrind: https://github.com/python/cpython/blob/main/Misc/README.valgrind

development-tools/coverity.rst

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

development-tools/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ Development tools
88
clinic
99
gdb
1010
clang
11-
coverity
1211
warnings

0 commit comments

Comments
 (0)