sphinx/utils
Stephen Finucane 160e27e20f utils: Remove 'check_sources'
There are still a couple of checks here but all of them can be removed
now:

- Check if using valid Python syntax
- Check if line length too long
- Check if using 'x == None/True/False'
- Check if using old HTML 3 tags

The first three are already handled by default by the 'flake8' tool. The
last one isn't replaced by anything, but it really isn't worth worrying
about now because the tags it checks for have been dead for a really
long time and would not be used by anyone writing HTML in the last 10
years. Combined, it means we can remove the entire file.

The 'style-check' target is updated to simply alias 'flake8'. It can be
removed in a future release. This allows us to stop using this target in
the Travis jobs, seeing as we already run flake8.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-10-05 17:17:27 +01:00
..
__init__.py utils: Move "header check" to a flake8 plugin 2017-10-05 17:17:27 +01:00
bump_version.py bump_version.py: Fix generate non-beta version number on beta release 2017-04-30 00:40:33 +09:00
CHANGES_template Add dependencies category to CHANGES template 2017-05-26 00:10:56 +09:00
checks.py utils: Move "header check" to a flake8 plugin 2017-10-05 17:17:27 +01:00
jssplitter_generator.py Fix DeprecationWarning for r'…(?u)' 2017-08-18 11:53:37 +02:00
pylintrc Fix some XXXes. 2010-01-17 19:21:04 +01:00
reindent.py Fix flake8 violations 2017-01-12 11:33:58 +09:00
release-checklist pycode: Replace pgen2 by own parser 2017-07-26 20:51:58 +09:00