Skip to content

Commit 29ef244

Browse files
committed
new code metrics resource
1 parent 5d933f4 commit 29ef244

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
@@ -2723,6 +2723,11 @@ <h2>Code metrics resources</h2>
27232723
<p>This <a href="http://stackoverflow.com/questions/1428872/pylint-pychecker-or-pyflakes">Stack Overflow question on Python static code analysis tools</a>
27242724
contains comparison discussions of PyLint, PyChecker and PyFlakes.</p>
27252725
</li>
2726+
<li>
2727+
<p><a href="http://jbisbee.blogspot.ca/2014/04/getting-started-with-pylint.html">Getting Started with Pylint</a>
2728+
goes over setting up Pylint, generating the .pylintrc file and what's
2729+
in the configuration.</p>
2730+
</li>
27262731
</ul>
27272732
<h3>What's next after obtaining code metrics?</h3>
27282733
<h1>Configuration Management</h1>

code-metrics.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ <h2>Code metrics resources</h2>
8585
<p>This <a href="http://stackoverflow.com/questions/1428872/pylint-pychecker-or-pyflakes">Stack Overflow question on Python static code analysis tools</a>
8686
contains comparison discussions of PyLint, PyChecker and PyFlakes.</p>
8787
</li>
88+
<li>
89+
<p><a href="http://jbisbee.blogspot.ca/2014/04/getting-started-with-pylint.html">Getting Started with Pylint</a>
90+
goes over setting up Pylint, generating the .pylintrc file and what's
91+
in the configuration.</p>
92+
</li>
8893
</ul>
8994
<h3>What's next after obtaining code metrics?</h3>
9095
<div class="row">

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>2015-01-06T09:22:56Z</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>2015-01-06T10:19:56Z</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
@@ -59,5 +59,9 @@ system are occurring.
5959
* This [Stack Overflow question on Python static code analysis tools](http://stackoverflow.com/questions/1428872/pylint-pychecker-or-pyflakes)
6060
contains comparison discussions of PyLint, PyChecker and PyFlakes.
6161

62+
* [Getting Started with Pylint](http://jbisbee.blogspot.ca/2014/04/getting-started-with-pylint.html)
63+
goes over setting up Pylint, generating the .pylintrc file and what's
64+
in the configuration.
65+
6266

6367
### What's next after obtaining code metrics?

0 commit comments

Comments
 (0)