Commit Graph

12 Commits

Author SHA1 Message Date
Jace Browning
656c17b5f3 Includes file paths in the default report format (#2088)
The default report format in mypy, pydocstyle, and other tools includes the file path so that the user of certain terminals (e.g. iTerm) can click on each warning to open that line in their editor.

For example, here is what the default mypy output looks like:

 framework/views/billing.py:92: error: Incompatible return value type (got "View", expected 
 "DashboardTab")

With this new format, pylintoutput looks like:

  framework/views/dashboards.py:21:8: W0612: Unused variable 'x' (unused-variable)

Note that some editors (e.g. Sublime Text) index columns from 1, so this will place the cursor one column to the left of the warning.
2018-05-15 08:41:57 -04:00
Radostin Stoyanov
f7d0bc87bc user-guide: Change pylint call from python example
Closes  #1870
2018-03-03 20:44:39 +01:00
Don Jayamanne
3fe8966658 Update ide-integration.rst (#1780)
Add integration notes with the cross platform editor Visual Studio Code.
2017-12-22 13:32:49 +02:00
Michael Giuffrida
2d1faba269 Document score section and option in output.rst
Adds basic documentation for adjusting the evaluation output.

This option is important because it explains how to suppress all
output when the code is free of errors and warnings.
2017-10-12 09:33:15 +02:00
Łukasz Rogalski
5b72e7f886 Use predefined sets of naming styles instead of explicit regexps (#1046)
Closes #1013
2017-09-20 19:30:42 +02:00
Claudiu Popa
660c15d58a
Fix typo. Close #1625 2017-08-15 11:08:41 +02:00
Claudiu Popa
9968861333
Remove hard coded cross references 2017-07-08 12:43:34 +03:00
Claudiu Popa
bff8204e68
Add crossreference to Installation. Close #1499 2017-07-08 12:38:03 +03:00
Ned Batchelder
da7566aede Make the help accurate: multiple modules are allowed (#1449) 2017-05-13 16:06:40 +03:00
Ville Skyttä
c812c59b31 Spelling fixes (#1397) 2017-04-02 15:55:37 +03:00
Kraig Brockschmidt
89d766ef8b Updating Visual Studio references (#1363)
VS documentation has a dedicated page for its PyLint integration; also removing obsolete references to VS 2003.
2017-03-08 21:42:59 +02:00
Claudiu Popa
31096db040 Move parts of the documentation into their own folder section. 2016-08-14 21:01:58 +03:00