Sarina Canelake
7aab4151bb
s/pylint: disable=W0201/pylint: disable=attribute-defined-outside-init/
2014-12-01 11:22:12 -05:00
Sarina Canelake
0c7b60b82b
Remove 'pylint: disable=W0232' because we ignore this warning in pylintrc
2014-12-01 11:22:12 -05:00
Sarina Canelake
7229ef92ee
s/pylint: disable=W0212/pylint: disable=protected-access/
2014-12-01 11:22:12 -05:00
Sarina Canelake
ff18b7d01a
s/pylint: disable=W0611/pylint: disable=unused-import/
2014-12-01 11:22:12 -05:00
Sarina Canelake
d406261e4b
s/pylint: disable=W0614/pylint: disable=unused-wildcard-import/
2014-12-01 11:22:11 -05:00
Sarina Canelake
5f723e8d3c
s/pylint: disable=W0703/pylint: disable=broad-except/
2014-12-01 11:22:11 -05:00
Sarina Canelake
f223ac8404
s/pylint: disable=W0401/pylint: disable=wildcard-import/
2014-12-01 11:22:11 -05:00
Sarina Canelake
c54a71feb5
s/pylint:disable/pylint: disable/ (formatting fix)
2014-12-01 11:22:11 -05:00
Sarina Canelake
c0556a7ef8
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
Sarina Canelake
e15d4aea71
s/pylint: disable=F0401/pylint: disable=import-error/
2014-12-01 11:22:10 -05:00
Sarina Canelake
d14c39a13e
Fix exposed pylint violations
2014-12-01 11:22:10 -05:00
Sarina Canelake
e8b336efef
s/pylint: disable=E1121/pylint: disable=too-many-function-args/
2014-12-01 11:22:10 -05:00
Sarina Canelake
c904bd70cd
s/pylint: disable=E0604/pylint: disable=invalid-all-object/
2014-12-01 11:22:10 -05:00
Sarina Canelake
1e0f3ddb7d
s/pylint: disable=E1111,E1124/pylint: disable=assignment-from-no-return,redundant-keyword-arg/
2014-12-01 11:22:09 -05:00
Sarina Canelake
b4d24f36c8
s/pylint: disable=E1103/pylint: disable=maybe-no-member/
2014-12-01 11:22:09 -05:00
Sarina Canelake
b8c16d5ed7
s/pylint: disable=E1120/pylint: disable=no-value-for-parameter/
2014-12-01 11:22:09 -05:00
Sarina Canelake
19f1dacab2
s/pylint: disable=E1101/pylint: disable=no-member/
2014-12-01 11:22:09 -05:00
Sarina Canelake
134effa840
Remove outdated pylint disable
2014-12-01 11:22:09 -05:00
Sarina Canelake
b127d2844b
s/pylint: disable=C0103/pylint: disable=invalid-name/
2014-12-01 11:22:09 -05:00
Sarina Canelake
20e2ee9a57
s/pylint: disable=E0611/pylint: disable=no-name-in-module/
2014-12-01 11:22:09 -05:00
Sarina Canelake
e0f1d3f3f3
s/pylint: disable=C0111/pylint: disable=missing-docstring/
2014-12-01 11:22:09 -05:00
Sarina Canelake
0dad9da5e4
s/pylint: disable=W0621/pylint: disable=redefined-outer-name/
2014-12-01 11:22:08 -05:00
Sarina Canelake
17aa898a10
Merge pull request #6063 from stvstnfrd/pep8/newline
...
Fix recently added PEP8 violations
2014-11-27 07:56:51 -05:00
stv
a86777eb4e
Fix PEP8: E303 too many blank lines
2014-11-26 15:19:04 -05:00
John Eskew
59801de232
Merge pull request #6051 from edx/jeskew/asset_xml_input_output
...
Implement XML input/output for AssetMetadata.
2014-11-26 15:12:24 -05:00
stv
b2ff02f0e1
Fix PEP8: E302 expected 2 blank lines, found 1
2014-11-26 15:10:04 -05:00
stv
f1cd35ac0b
Fix PEP8: E301 expected 1 blank line, found 0
2014-11-26 12:47:16 -05:00
frances botsford
b56d074648
Merge pull request #6057 from gymnasium/master
...
Fixing horizontal scroll bug for long component titles
2014-11-26 12:26:02 -05:00
Sarina Canelake
736a99e076
Merge pull request #6045 from stvstnfrd/pep8/except
...
Fix exception-related PEP8 issues
2014-11-26 12:18:26 -05:00
David Baumgold
b6984ee1e3
Merge pull request #6066 from stvstnfrd/debt/supertrace
...
Remove antiquated trace script
2014-11-26 11:37:25 -05:00
John Eskew
29dcd88eef
Implement XML input/output for AssetMetadata.
...
Add tests which validate XML using XSD.
2014-11-26 09:28:54 -05:00
stephensanchez
6214365158
Create new API endpoint for email optin
...
Updating the design of the email opt in end point.
Updating API call based on new Org Model.
2014-11-26 14:12:58 +00:00
stv
261f275efd
Remove antiquated trace script
...
This library was originally written to trace local variables. In the
more than two years since it was originally written, the only update it
has received was to remove PEP8/PyLint/quality violations.
It's hard to imagine that this is still useful to anyone, though I'm
open to discussion.
2014-11-26 01:06:37 -05:00
stephensanchez
19f737d544
Creating a new Organization based preference model.
2014-11-25 20:17:31 +00:00
stv
29d3e69401
Fix PEP8: W602 deprecated form of raising exception
2014-11-25 14:42:04 -05:00
Mike Bifulco
f6b50f5df4
Bug fix for TNL-406
...
TNL-406: Long component title causes horizontal scroll
updated the SASS file to address the horizontal scroll issue in long
component titles’ hover bubble.
2014-11-25 13:38:53 -05:00
stv
829be1e9cb
Fix PEP8: E502 the backslash is redundant
...
between brackets
2014-11-25 10:16:04 -05:00
Sarina Canelake
a883a9cdda
Merge pull request #5925 from stvstnfrd/pep8/continuation
...
Fix continuation-related PEP8 issues
2014-11-25 09:03:40 -05:00
Waheed Ahmed
86f72942f5
Fixed HD button in firefox.
...
TNL-536
2014-11-25 14:39:56 +05:00
stv
b4c4d18e9f
Fix Pylint: W0110: (deprecated-lambda)
...
divide_chemical_expression: map/filter on lambda could be replaced by
comprehension
2014-11-24 20:48:05 -05:00
stv
11020cf115
Fix Pylint: C0103: (invalid-name)
...
Command.handle: Invalid name "d" for type variable
(should match [a-z_][a-z0-9_]{2,30}$)
2014-11-24 20:48:05 -05:00
stv
0d2754d8d1
Fix PEP8: E502 the backslash is redundant
...
between brackets
2014-11-24 20:48:05 -05:00
stv
b215d771b7
Fix PEP8: E128 continuation line under-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
4d30aedf4e
Fix PEP8: E127 continuation line over-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
6763c5dd74
Fix PEP8: E126 continuation line over-indented
...
for hanging indent
2014-11-24 20:46:44 -05:00
stv
2ce5a6ceed
Fix PEP8: E125 continuation line
...
does not distinguish itself from next logical line
2014-11-24 20:46:44 -05:00
stv
aba9b3b96e
Fix PEP8: E124 closing bracket does not match
...
visual indentation
2014-11-24 20:46:44 -05:00
stv
5a69feadeb
Fix PEP8: E123 closing bracket does not match
...
indentation of opening bracket's line
2014-11-24 20:46:44 -05:00
stv
55de42d19c
Fix PEP8: E122 continuation line missing
...
indentation or outdented
2014-11-24 20:46:35 -05:00
stv
dff5772cda
Fix PEP8: E121 continuation line indentation
...
is not a multiple of four
2014-11-24 20:44:43 -05:00