- Dec 01, 2017
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Oct 26, 2017
-
-
Jeremy Bowman authored
-
- Jan 27, 2016
-
-
Andy Armstrong authored
-
- Dec 22, 2015
-
-
Robert Raposa authored
Add changes for longer names. This will get backed out once it makes it in to edx-pylint. TNL-3425
-
- Dec 19, 2015
-
-
Ned Batchelder authored
-
- Nov 03, 2015
-
-
Ned Batchelder authored
-
- Oct 21, 2015
-
-
Ned Batchelder authored
It's silly to have to shut up pylint for "class Meta" all the time.
-
- Sep 03, 2015
-
-
Ned Batchelder authored
This gets us checking for tests inheriting from other tests. When that happens, tests get run more than once, which is pointless. We have a few dozen new warnings due to this new check. This also disables unused-wildcard-import. That removes a few hundred warnings. Together, this means we can reduce the pylint limit to 5999. :)
-
- Jun 02, 2015
-
-
Ned Batchelder authored
-
- Mar 03, 2015
-
-
Ned Batchelder authored
-
- Feb 06, 2015
-
-
Calen Pennington authored
So far, it checks: * Whether setUp is called in TestCase setUp methods. * If _("translate me") functions are called with only string literals.
-
- Feb 05, 2015
-
-
Jesse Zoldak authored
This reverts commit a92ca9d7.
-
- Feb 04, 2015
-
-
Calen Pennington authored
-
- Jan 12, 2015
-
-
Jesse Zoldak authored
-
- Jan 08, 2015
-
-
David Baumgold authored
-
- Dec 13, 2014
-
-
Calen Pennington authored
[PLAT-217]
-
- Dec 08, 2014
-
-
Christine Lytwynec authored
-
- Nov 26, 2014
-
-
Ben Patterson authored
-
- Nov 06, 2014
-
-
David Baumgold authored
-
David Baumgold authored
-
- Mar 07, 2014
-
-
John Cox authored
third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
-
- Feb 10, 2014
-
-
Calen Pennington authored
-
- Jan 15, 2014
-
-
Calen Pennington authored
-
- Oct 28, 2013
-
-
David Baumgold authored
-
- Sep 27, 2013
-
-
Calen Pennington authored
We had a bug where mixins weren't being applied before `load_from_xml` was called. This meant that not all of the fields were being loaded correctly. To fix it, we used the mixoligist from the runtime to apply the mixins earlier in the process. However, that caused the mixins to be applied twice. The included fixes to xblock resolved the multiply-applied mixins, and the fixes to the parsing code make it simpler to understand, and add some unit tests of the parsing to boot.
-
- Aug 27, 2013
-
-
Jay Zoldak authored
Cleaned up files with muliline imports Cleaned up files that do not use these imports Misread comment
-
- Aug 19, 2013
-
-
Jay Zoldak authored
-
- Jul 31, 2013
-
-
David Baumgold authored
-
- Jul 08, 2013
-
-
Sarina Canelake authored
-
- Jul 03, 2013
-
-
Ned Batchelder authored
No one reads the pylint reports, we just want the messages. setUp and tearDown don't need docstrings. More ways to mark arguments as unused. More tweaks
-
- Jun 21, 2013
-
-
Ned Batchelder authored
-
- Jun 19, 2013
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
- May 23, 2013
-
-
Calen Pennington authored
The most common error is Amazon SES having blacklisted an email address. However, we handle any error being raised during user.email_user. Fixes JIRA LMS-131
-
- May 21, 2013
-
-
Calen Pennington authored
Start linting envs files, add task to only pylint errors, and move pylintrc file to the correct location
-
- Apr 16, 2013
-
-
Calen Pennington authored
-
- Apr 08, 2013
-
-
Calen Pennington authored
-
- Apr 02, 2013
-
-
Calen Pennington authored
-
- Mar 22, 2013
-
-
Jay Zoldak authored
-