<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/user/options.rst, branch pre_commit_config</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>Add versionadded notes for options</title>
<updated>2018-10-27T16:58:51+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-27T16:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=6ae2295bfeea68c11a7d13282a9bfde1a553449b'/>
<id>6ae2295bfeea68c11a7d13282a9bfde1a553449b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for --per-file-ignores</title>
<updated>2018-10-27T16:35:07+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-27T12:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=19148eb5d74684dbaa249619a1b60325ffc5f7ac'/>
<id>19148eb5d74684dbaa249619a1b60325ffc5f7ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement --extend-ignore</title>
<updated>2018-05-16T06:50:26+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-05-13T20:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e520c2d936133c68369782e48cdb9f39d4f67dc1'/>
<id>e520c2d936133c68369782e48cdb9f39d4f67dc1</id>
<content type='text'>
Refs #365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #365
</pre>
</div>
</content>
</entry>
<entry>
<title>Add way to get back to options index</title>
<updated>2017-05-30T01:24:30+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2017-05-30T01:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=1827b8cc82c8801ab37ea4b1fb3c7d83c22f1834'/>
<id>1827b8cc82c8801ab37ea4b1fb3c7d83c22f1834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start writing new documentation around --select</title>
<updated>2017-05-30T01:23:51+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2017-05-30T01:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d411ced0f6b8092432f15c1d5d309db002b2630f'/>
<id>d411ced0f6b8092432f15c1d5d309db002b2630f</id>
<content type='text'>
In order to write this documentation, we need to also add documentation
for the --max-complexity option which was heretofore undocumented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to write this documentation, we need to also add documentation
for the --max-complexity option which was heretofore undocumented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'master'</title>
<updated>2016-10-25T21:34:43+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-10-25T21:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a9e15afbf50b3181af45a64f5736d432731eb40d'/>
<id>a9e15afbf50b3181af45a64f5736d432731eb40d</id>
<content type='text'>

Add --tee option to split report output stream.

The `--tee` option allows the linter report to be written to stdout, even
though it is being redirected to a file with the` --output-file` option.
This is useful if I want to store the report in a separate file for later
analysis but also be able to print the output on screen (e.g when running
in a CI environment).

See merge request !90</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add --tee option to split report output stream.

The `--tee` option allows the linter report to be written to stdout, even
though it is being redirected to a file with the` --output-file` option.
This is useful if I want to store the report in a separate file for later
analysis but also be able to print the output on screen (e.g when running
in a CI environment).

See merge request !90</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in documentation.</title>
<updated>2016-08-12T11:40:58+00:00</updated>
<author>
<name>Martin Domke</name>
<email>mdomke@jackbird.local</email>
</author>
<published>2016-08-12T11:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a71941e9fe047cc0dd586a3449cc22fec6999144'/>
<id>a71941e9fe047cc0dd586a3449cc22fec6999144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --bug-report flag to help bug reporters</title>
<updated>2016-08-07T17:31:14+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-08-06T19:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f67f481beea1f32e503d346e9d4d3f2f2a8b2ebe'/>
<id>f67f481beea1f32e503d346e9d4d3f2f2a8b2ebe</id>
<content type='text'>
When invoked it will print out JSON that has all of the debugging
information needed by the maintainers to diagnose or reproduce a bug.

Closes #207
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When invoked it will print out JSON that has all of the debugging
information needed by the maintainers to diagnose or reproduce a bug.

Closes #207
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --tee option to split report output stream.</title>
<updated>2016-07-26T13:57:13+00:00</updated>
<author>
<name>Martin Domke</name>
<email>mdomke@jackbird.local</email>
</author>
<published>2016-07-26T13:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c782060a0620135b01eb64e15508cca581cb09be'/>
<id>c782060a0620135b01eb64e15508cca581cb09be</id>
<content type='text'>
The --tee option allows the linter report to be written to stdout, even
though it is being redirected to a file with the --output-file option.
This is useful if I want to store the report in a separate file for later
analysis but also be able to print the output on screen (e.g when running
in a CI environment).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --tee option allows the linter report to be written to stdout, even
though it is being redirected to a file with the --output-file option.
This is useful if I want to store the report in a separate file for later
analysis but also be able to print the output on screen (e.g when running
in a CI environment).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use |Flake8| consistently throughout documentation</title>
<updated>2016-06-20T13:13:50+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-20T13:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=41277ff965b9083d898ad8c2c990f7c119a8a1ae'/>
<id>41277ff965b9083d898ad8c2c990f7c119a8a1ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
