Skip to content

Commit 835f8fd

Browse files
committed
removing old code metrics choices
1 parent da5cb4f commit 835f8fd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

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-04-03T10:04:23Z</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-04-03T10:16:46Z</updated></feed>

source/content/pages/08-testing/05-code-metrics.markdown

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ category: page
33
slug: code-metrics
44
sort-order: 0805
55
meta: Code metrics provide insight into the quality of a code base via analysis tools. Learn more about code metrics on Full Stack Python.
6-
choice1url: /continuous-integration.html
7-
choice1icon: fa-refresh
8-
choice1text: How can I continuously evaluate my code with these metrics?
9-
choice2url: /task-queues.html
10-
choice2icon: fa-tasks
11-
choice2text: How can I call functions outside the HTTP requests?
12-
choice3url: /web-application-security.html
13-
choice3icon: fa-lock fa-inverse
14-
choice3text: What should I do to secure my web application?
156

167

178
# Code Metrics

0 commit comments

Comments
 (0)