From afa8e1bd3df3811ffb485f44441e32a0a853032c Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Fri, 21 Nov 2014 14:59:13 -0500 Subject: [PATCH] Add static code analysis tools. --- package.json | 1 + requirements/edx/base.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index bbd0a864d429..ccf39275d097 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "dependencies": { "coffee-script": "1.6.1", + "plato": "1.2.2", "uglify-js": "2.4.15" } } diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 56140cb67093..abb5e02075b3 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -132,6 +132,7 @@ nosexcover==1.0.7 pep8==1.5.7 pylint==1.4.0 python-subunit==0.0.16 +radon==1.1.1 rednose==0.3 selenium==2.42.1 splinter==0.5.4