<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/flake8/engine.py, branch bug/52</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Slightly simplify our conditionals</title>
<updated>2015-03-08T02:21:58+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2015-03-08T02:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a6fc242c5ef89571f1550e7fce33ac8b806a3451'/>
<id>a6fc242c5ef89571f1550e7fce33ac8b806a3451</id>
<content type='text'>
Test warnings by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test warnings by default
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --verbose flag, and tests for it.</title>
<updated>2015-03-06T21:34:02+00:00</updated>
<author>
<name>Christian Long</name>
<email>christianzlong@gmail.com</email>
</author>
<published>2015-02-26T22:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=59ae3dfec704d47fc9686f979825b4b9da2e45e3'/>
<id>59ae3dfec704d47fc9686f979825b4b9da2e45e3</id>
<content type='text'>
The new warnings associated with the --jobs argument should only appear when
the --verbose flag is passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new warnings associated with the --jobs argument should only appear when
the --verbose flag is passed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add warnings when --jobs is invalid</title>
<updated>2015-03-06T20:45:33+00:00</updated>
<author>
<name>Christian Long</name>
<email>christianzlong@gmail.com</email>
</author>
<published>2015-02-23T23:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c3f5d144bca0f16c946d64b7909a35ef66c3273d'/>
<id>c3f5d144bca0f16c946d64b7909a35ef66c3273d</id>
<content type='text'>
Some platforms and options are not compatible with the --jobs option. For
example, it is not valid on Windows. Nor is it compatible with the --diff
option. This adds warnings when the --jobs option is supplied but is not
allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some platforms and options are not compatible with the --jobs option. For
example, it is not valid on Windows. Nor is it compatible with the --diff
option. This adds warnings when the --jobs option is supplied but is not
allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Truly mimic pep8's -q functionality</title>
<updated>2015-02-22T17:40:57+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2015-02-22T17:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d6a5df1e583a99673d98cb6e70ec91223475547a'/>
<id>d6a5df1e583a99673d98cb6e70ec91223475547a</id>
<content type='text'>
When the user only passes -q once, print the filenames. If they pass -qq then
don't print anything.

Closes #31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the user only passes -q once, print the filenames. If they pass -qq then
don't print anything.

Closes #31
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --output-file option</title>
<updated>2014-12-27T15:07:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2014-12-27T03:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=8adb88cf11c70cf6c27754d167f8b5b8dd88b91b'/>
<id>8adb88cf11c70cf6c27754d167f8b5b8dd88b91b</id>
<content type='text'>
Closes #15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #15
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent unintended behaviour modifying options.ignore</title>
<updated>2014-12-18T21:25:37+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>ian.cordasco@rackspace.com</email>
</author>
<published>2014-12-18T21:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=2d5a6b1670d8e9c5c4490fee645289520794993f'/>
<id>2d5a6b1670d8e9c5c4490fee645289520794993f</id>
<content type='text'>
Previously, it was entirely plausible for us to remove something from
options.ignore overzealously. This is more confined logic and much more akin
to what I was intending the behaviour to be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, it was entirely plausible for us to remove something from
options.ignore overzealously. This is more confined logic and much more akin
to what I was intending the behaviour to be.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to turn checks off by default</title>
<updated>2014-12-18T21:11:26+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>ian.cordasco@rackspace.com</email>
</author>
<published>2014-12-18T21:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b301532636b60683b339a2d081728d22957a142f'/>
<id>b301532636b60683b339a2d081728d22957a142f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .eggs and *.egg to EXTRA_EXCLUDE</title>
<updated>2014-11-25T18:24:27+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-11-25T18:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d95cf46f7218576e1e1427b488e5d56ea43dbaa0'/>
<id>d95cf46f7218576e1e1427b488e5d56ea43dbaa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Loosen the regular expression search</title>
<updated>2014-10-15T20:47:52+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>ian.cordasco@rackspace.com</email>
</author>
<published>2014-10-15T20:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=bc0985787d0c1b65e1b35723c54d2cce363ebd34'/>
<id>bc0985787d0c1b65e1b35723c54d2cce363ebd34</id>
<content type='text'>
I have seen people who place the comment at the bottom of the file and it
would be backwards incompatible if we did anything but preserve it as a search
instead of match
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have seen people who place the comment at the bottom of the file and it
would be backwards incompatible if we did anything but preserve it as a search
instead of match
</pre>
</div>
</content>
</entry>
<entry>
<title>Make _flake8_noqa tighter</title>
<updated>2014-10-15T20:47:52+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>joe.gordon0@gmail.com</email>
</author>
<published>2014-10-14T21:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=edafc0497221a4b6266cd128ccad3ea5ec63f8bb'/>
<id>edafc0497221a4b6266cd128ccad3ea5ec63f8bb</id>
<content type='text'>
Only match '\s*# flake8[:=]\s*nqa' when it happens at the beginning of a
line. The previous version of this regex is incorrectly hitting the
following line:

        # Any "# flake8: noqa" line?

Causing flake8 to not be run on engine.py.
Also fix flake8 issues in engine.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only match '\s*# flake8[:=]\s*nqa' when it happens at the beginning of a
line. The previous version of this regex is incorrectly hitting the
following line:

        # Any "# flake8: noqa" line?

Causing flake8 to not be run on engine.py.
Also fix flake8 issues in engine.py.
</pre>
</div>
</content>
</entry>
</feed>
