Commit Graph

21 Commits

Author SHA1 Message Date
Ramiro Leal-Cavazos
38d15c9831
fix emacs pylint error when running with tramp (#4333)
* Fixed bug when accessing `tramp-file-name` localname field
* Fixed emacs bug when getting localname of of remote files
2021-04-11 21:31:32 +02:00
Pierre Sassoulas
3fffdf03d5 Fix trailing whitespaces and trailing newlines 2020-05-03 18:24:25 +02:00
Ville Skyttä
c812c59b31 Spelling fixes (#1397) 2017-04-02 15:55:37 +03:00
jpkotta
97718ad764 elisp: allow guessed indent string to be passed to pylint (#1051)
Emacs tries to guess what the indent string is on a per-file basis.
Now pylint.el can get this as --indent-string, so if you have
different indent policies on different files, pylint will not complain
about the non-PEP8 ones.
2016-07-28 20:33:39 +03:00
jpkotta
10c723e0f0 Add alternate pylint command (#1007)
add variable pylint-alternate-pylint-command, default pylint2
add prefix arg to pylint command, so that it uses the alternate command
2016-07-15 12:11:32 +03:00
jpkotta
5d71b2d487 fix bug in pylint-insert-ignore-comment and add it to the commentary (#892) 2016-05-05 12:44:55 +03:00
Jonathan Kotta
9c94c61b24 Add pylint-insert-ignore-comment to pylint.el 2016-01-12 10:44:00 -06:00
Xi Shen
ae3ae4af11 pylint.el edited online with Bitbucket
- use `shell-quote-argument` to quote file name correctly
- tested in both Windows and Linux

--HG--
branch : davidshen84/pylintel-edited-online-with-bitbucket--1422057628377
2015-01-24 00:00:32 +00:00
Edgemaster
128936c696 pylint.el: Missing dependency on tramp
--HG--
branch : Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
2014-07-29 18:17:31 +00:00
Arun Persaud
f91020d413 Updated FSF address. 2014-02-23 15:02:47 -08:00
jpkotta@shannon
3c42bad4a8 Replace pylint.el with Ian Eure's version. Closes #20693
Changes:

No longer unconditionally adds a function to python-mode-hook.
Split the hook functions into a key binding one and a menu one.
Added to the Tools customization group.
pylint-options is now a list of strings.  This makes it easier to add and remove individual options.
Turn off reports by default.
Allow for a nonstandard pylint executable name with pylint-command.
Allow for unconditionally saving files before running (default is ask).
Prettier colors in the output buffer.
Make it work well with tramp.
Make it compatible with package.el.
2012-11-12 13:35:48 +01:00
Emile Anclin
aca3164a81 fix #19339: pylint.el : non existing py-mod-map 2010-03-23 14:36:53 +01:00
Adrien Di Mascio
8a23d031ee [elisp] integration of Yuen Ho Wong's patches 2009-08-31 07:59:47 +02:00
Sylvain Thénault
6a770636cf improved flymake code and doc provided by Derek Harland 2009-08-06 10:24:42 +02:00
Sylvain Thénault
4984c5df9c fix #8687, W0613 false positive on inner function 2009-03-23 12:04:01 +01:00
Alexandre Fayolle
ac1c59f540 added pylint/flymake related files 2008-04-14 17:56:00 +02:00
Sylvain Thénault
6fbbe18d62 backported Yaroslav Halchenko patches 2008-03-27 12:16:00 +01:00
Sylvain Thénault
89b367da29 fix #4026: pylint.el should require compile 2007-07-13 13:28:40 +02:00
Alexandre Fayolle
47fc73c56f disable keyboard shortcuts, don't use my- as a prefix for a function name 2007-07-04 14:06:21 +02:00
Adrien Di Mascio
90139d91a6 updated pylint.el 2006-08-10 15:53:58 +02:00
root
4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00