Commit Graph

25 Commits

Author SHA1 Message Date
Pierre Sassoulas
3fffdf03d5 Fix trailing whitespaces and trailing newlines 2020-05-03 18:24:25 +02:00
Ashley Whetter
3fc8c98d0f Can read setup.cfg and pyproject.toml files
Closes #617
2019-10-09 20:39:13 -07:00
Trevor Bekolay
20e432ebc0 Add a command to list enabled/disabled messages
When enabling/disabling several messages and groups in a config
file, it can be unclear which messages are actually enabled and
which are disabled. This new command produces the final resolved
lists of enabled/disabled messages, sorted by symbol but with the
ID provided for use with `--help-msg`.

This commit includes a test, documentation, and adding myself to
the contributors list, as this is my first contribution.
2019-09-12 14:23:19 +02:00
Claudiu Popa
a2801fd820 Pin sphinx to the latest and fix the warning it caused 2019-03-29 09:33:36 +01:00
Claudiu Popa
e627af0c43 Fix the doc errors 2019-02-13 11:15:12 +01:00
Claudiu Popa
c20bcf0b83 Document how the pragma controls work. Close #2732 2019-02-13 11:11:57 +01:00
Adam Parkin
04cf3f8298 Make some minor revisions/corrections to the docs (#2542)
Makes some minor revisions & grammatical corrections to the docs.  Some
notable items:

- tries to make references to PEP 8 consistent (rather than PEP-8, PEP 8,
  PEP-08, etc)
- general typos
2018-10-10 09:19:24 +03:00
Roberto Leinardi
2d21a408e1 Added missin Info type to doc 2018-09-04 08:02:10 +02:00
Roberto Leinardi
f6ebe10357 Updated pylint-pycharm plugin documentation 2018-09-03 11:56:02 +02:00
Roberto Leinardi
b3dc683b83 added pylint-PyCharm-plugin to the ide integration docs 2018-08-23 09:25:50 +02:00
C.A.M. Gerlach
1e03ef9b6f Update Spyder links and short description in IDE integration doc (#2361) 2018-07-30 08:45:21 +02:00
Claudiu Popa
bb066851e1 Some more documentation cleanup 2018-06-04 10:06:58 -07:00
Dmytro Kyrychuk
5aac757a6c Fix message categories table rendering glitch (#2153)
Strings that were broken down in order to fit in table cells in rst were
not concatenated when rendered to HTML.
2018-05-30 07:53:39 +08:00
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