File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/06-automation Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments