Skip to content

Commit 6bf7dc6

Browse files
committed
adding pyntch to static code analysis tools
1 parent d5f7f95 commit 6bf7dc6

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,11 @@ <h2>Open source code metrics projects</h2>
23092309
<p><a href="https://pypi.python.org/pypi/pyflakes">PyFlakes</a> parses source files for
23102310
errors and reports on them.</p>
23112311
</li>
2312+
<li>
2313+
<p><a href="http://www.unixuser.org/~euske/python/pyntch/index.html">Pyntch</a> is a
2314+
static code analyzer that attempts to detect runtime errors. It does not
2315+
perform code style checking.</p>
2316+
</li>
23122317
</ul>
23132318
<h2>Hosted code metrics services</h2>
23142319
<ul>

code-metrics.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ <h2>Open source code metrics projects</h2>
6262
<p><a href="https://pypi.python.org/pypi/pyflakes">PyFlakes</a> parses source files for
6363
errors and reports on them.</p>
6464
</li>
65+
<li>
66+
<p><a href="http://www.unixuser.org/~euske/python/pyntch/index.html">Pyntch</a> is a
67+
static code analyzer that attempts to detect runtime errors. It does not
68+
perform code style checking.</p>
69+
</li>
6570
</ul>
6671
<h2>Hosted code metrics services</h2>
6772
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-14T05:52:08Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-15T14:12:53Z</updated></feed>

source/content/pages/06-automation/0603-code-metrics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ system are occurring.
4040
* [PyFlakes](https://pypi.python.org/pypi/pyflakes) parses source files for
4141
errors and reports on them.
4242

43+
* [Pyntch](http://www.unixuser.org/~euske/python/pyntch/index.html) is a
44+
static code analyzer that attempts to detect runtime errors. It does not
45+
perform code style checking.
46+
4347

4448
## Hosted code metrics services
4549
* [Landscape](https://landscape.io/) provides free code metrics for open

0 commit comments

Comments
 (0)