<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint-git.git/elisp, branch python-2.7</title>
<subtitle>github.com: PyCQA/pylint.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/'/>
<entry>
<title>Spelling fixes (#1397)</title>
<updated>2017-04-02T12:55:37+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-04-02T12:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=c812c59b31ba0b3f45c4bef6d4d93f561f79949d'/>
<id>c812c59b31ba0b3f45c4bef6d4d93f561f79949d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>elisp: allow guessed indent string to be passed to pylint (#1051)</title>
<updated>2016-07-28T17:33:39+00:00</updated>
<author>
<name>jpkotta</name>
<email>jpkotta@gmail.com</email>
</author>
<published>2016-07-28T17:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=97718ad7640e47dd7b5b065f4418bc0c19b36814'/>
<id>97718ad7640e47dd7b5b065f4418bc0c19b36814</id>
<content type='text'>
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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.</pre>
</div>
</content>
</entry>
<entry>
<title>Add alternate pylint command (#1007)</title>
<updated>2016-07-15T09:11:32+00:00</updated>
<author>
<name>jpkotta</name>
<email>jpkotta@gmail.com</email>
</author>
<published>2016-07-15T09:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=10c723e0f0ef571bd6bd639f5db01d23384fd448'/>
<id>10c723e0f0ef571bd6bd639f5db01d23384fd448</id>
<content type='text'>
add variable pylint-alternate-pylint-command, default pylint2
add prefix arg to pylint command, so that it uses the alternate command</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add variable pylint-alternate-pylint-command, default pylint2
add prefix arg to pylint command, so that it uses the alternate command</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug in pylint-insert-ignore-comment and add it to the commentary (#892)</title>
<updated>2016-05-05T09:44:55+00:00</updated>
<author>
<name>jpkotta</name>
<email>jpkotta@gmail.com</email>
</author>
<published>2016-05-05T09:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=5d71b2d487402ed8ed67ca6e5df1af5a640a706b'/>
<id>5d71b2d487402ed8ed67ca6e5df1af5a640a706b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pylint-insert-ignore-comment to pylint.el</title>
<updated>2016-01-12T16:44:00+00:00</updated>
<author>
<name>Jonathan Kotta</name>
<email>KottaJonathan@JohnDeere.com</email>
</author>
<published>2016-01-12T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=9c94c61b24170713c58d009c61363e84e287a3fd'/>
<id>9c94c61b24170713c58d009c61363e84e287a3fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pylint.el edited online with Bitbucket</title>
<updated>2015-01-24T00:00:32+00:00</updated>
<author>
<name>Xi Shen</name>
<email>davidshen84@gmail.com</email>
</author>
<published>2015-01-24T00:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=ae3ae4af11a236a98e759b1735ec7f20d62c8050'/>
<id>ae3ae4af11a236a98e759b1735ec7f20d62c8050</id>
<content type='text'>
- use `shell-quote-argument` to quote file name correctly
- tested in both Windows and Linux

--HG--
branch : davidshen84/pylintel-edited-online-with-bitbucket--1422057628377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use `shell-quote-argument` to quote file name correctly
- tested in both Windows and Linux

--HG--
branch : davidshen84/pylintel-edited-online-with-bitbucket--1422057628377
</pre>
</div>
</content>
</entry>
<entry>
<title>pylint.el: Missing dependency on tramp</title>
<updated>2014-07-29T18:17:31+00:00</updated>
<author>
<name>Edgemaster</name>
<email>grand.edgemaster@gmail.com</email>
</author>
<published>2014-07-29T18:17:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=128936c6962d817f6083b8e7f524d1a5a2ce3da1'/>
<id>128936c6962d817f6083b8e7f524d1a5a2ce3da1</id>
<content type='text'>
--HG--
branch : Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated FSF address.</title>
<updated>2014-02-23T23:02:47+00:00</updated>
<author>
<name>Arun Persaud</name>
<email>arun@nubati.net</email>
</author>
<published>2014-02-23T23:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=f91020d413823528939d52ad4af3997300158c20'/>
<id>f91020d413823528939d52ad4af3997300158c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace pylint.el with Ian Eure's version. Closes #20693</title>
<updated>2012-11-12T12:35:48+00:00</updated>
<author>
<name>jpkotta@shannon</name>
<email>jpkotta@shannon</email>
</author>
<published>2012-11-12T12:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=3c42bad4a87ae4445732c2e0f2c23b52c4399bbf'/>
<id>3c42bad4a87ae4445732c2e0f2c23b52c4399bbf</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #19339: pylint.el : non existing py-mod-map</title>
<updated>2010-03-23T13:36:53+00:00</updated>
<author>
<name>Emile Anclin</name>
<email>emile.anclin@logilab.fr</email>
</author>
<published>2010-03-23T13:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=aca3164a8190c0ee207ed861a231db9c2850d4e9'/>
<id>aca3164a8190c0ee207ed861a231db9c2850d4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
