| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add https://pre-commit.com metadatapre_commit_config | Anthony Sottile | 2018-11-21 | 1 | -0/+49 |
| | | |||||
| * | Grammar fixes | Ville Skyttä | 2018-11-11 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'per-file-style-guide' into 'master' | Ian Stapleton Cordasco | 2018-10-29 | 1 | -0/+40 |
| |\ | | | | | | | | | | | | | Add support for per-file ignores in config Closes #156 See merge request pycqa/flake8!259 | ||||
| | * | Add versionadded notes for options | Ian Stapleton Cordasco | 2018-10-27 | 1 | -0/+6 |
| | | | |||||
| | * | Add documentation for --per-file-ignores | Ian Stapleton Cordasco | 2018-10-27 | 1 | -0/+34 |
| | | | |||||
| * | | Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469 | Jesaja Everling | 2018-10-28 | 1 | -2/+3 |
| | | | |||||
| * | | Add documentation for `flake8 --extend-ignore` | Lars Butler | 2018-10-26 | 1 | -6/+29 |
| |/ | | | | | Also highlight the behavioral differences between `flake --ignore` and `flake --extend-ignore`. | ||||
| * | Fix docs for --isolated flag | Sargun Vohra | 2018-09-09 | 1 | -1/+1 |
| | | |||||
| * | Update to pyflakes 2.0.0 | Miro Hrončok | 2018-06-05 | 1 | -0/+6 |
| | | | | | | | - Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422 | ||||
| * | docs: Link fixes and redirect avoidance | Ville Skyttä | 2018-05-21 | 1 | -3/+3 |
| | | |||||
| * | Implement --extend-ignore | Ville Skyttä | 2018-05-16 | 2 | -0/+37 |
| | | | | | Refs #365 | ||||
| * | Use default comma-separated regex for local-plugin paths. | Carl Meyer | 2017-10-25 | 1 | -1/+1 |
| | | |||||
| * | Add paths option in local-plugins config file. | Carl Meyer | 2017-10-24 | 1 | -0/+21 |
| | | |||||
| * | Document using local plugins | Ian Stapleton Cordasco | 2017-08-12 | 1 | -0/+48 |
| | | |||||
| * | Add way to get back to options index | Ian Cordasco | 2017-05-29 | 1 | -0/+143 |
| | | |||||
| * | Start writing new documentation around --select | Ian Cordasco | 2017-05-29 | 4 | -91/+293 |
| | | | | | | In order to write this documentation, we need to also add documentation for the --max-complexity option which was heretofore undocumented. | ||||
| * | Note about error behaviour depending on Python version, e.g. F812 | Peter Cock | 2017-04-26 | 1 | -0/+3 |
| | | |||||
| * | Assign missing codes to PyFlakes messages | Lukasz Langa | 2016-11-28 | 1 | -1/+33 |
| | | | | | | | | | Some PyFlakes messages weren't covered by unique messages, making them impossible to select/ignore. This is now fixed. To ensure we don't regress in the future, a test has been added that fails if there's any uncovered messages. | ||||
| * | Merge branch 'bug/249' into 'master' | Ian Cordasco | 2016-11-12 | 2 | -0/+70 |
| |\ | | | | | | | | | | | | | Add documentation for VCS hooks Closes #249 See merge request !144 | ||||
| | * | Add documentation for VCS hooks | Ian Cordasco | 2016-11-12 | 2 | -0/+70 |
| | | | | | | | | | Closes #249 | ||||
| * | | Remove reference to OpenStack Swift | Ian Cordasco | 2016-11-12 | 1 | -5/+2 |
| |/ | | | | | | | | | This section of the docs could be read as pointing out the project as a bad example. It was not intended this way, but I would like to avoid anyone interpreting it this way. As a result, we'll continue to use their configuration section as an example but not name names. Closes #228 | ||||
| * | Add documentation for E999 | Ian Cordasco | 2016-10-28 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'master' into 'master' | Ian Cordasco | 2016-10-25 | 2 | -0/+21 |
| |\ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | Fix typo in documentation. | Martin Domke | 2016-08-12 | 1 | -1/+1 |
| | | | |||||
| | * | Add --tee option to split report output stream. | Martin Domke | 2016-07-26 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | 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). | ||||
| * | | Add --bug-report flag to help bug reporters | Ian Cordasco | 2016-08-07 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | Replace list of violation codes | Ian Cordasco | 2016-08-06 | 2 | -0/+50 |
| |/ | | | | Closes #206 | ||||
| * | Document Legacy API | Ian Cordasco | 2016-07-14 | 1 | -1/+93 |
| | | |||||
| * | Add some notes for users about how to use plugins | Ian Cordasco | 2016-06-25 | 2 | -0/+67 |
| | | |||||
| * | Add missing - to sub-directoriesproposed/3.0 | Ian Cordasco | 2016-06-22 | 1 | -1/+1 |
| | | |||||
| * | Use |Flake8| consistently throughout documentation | Ian Cordasco | 2016-06-20 | 6 | -50/+50 |
| | | |||||
| * | Add --benchmark option documentation | Ian Cordasco | 2016-06-19 | 1 | -0/+21 |
| | | |||||
| * | Grammar and clarity improvements. | Cea Stapleton | 2016-06-19 | 4 | -9/+9 |
| | | |||||
| * | Set a default value for --select | Ian Cordasco | 2016-06-16 | 1 | -1/+1 |
| | | | | | | This allows us to add --append-to-select and --append-to-ignore at a later date that will work as expected and in a consistent manner. | ||||
| * | Copied one too many lines from template | Ian Cordasco | 2016-06-14 | 1 | -2/+0 |
| | | |||||
| * | Add documentation for --install-hook | Ian Cordasco | 2016-06-14 | 1 | -0/+22 |
| | | |||||
| * | Add documentation around specifying a format string | Ian Cordasco | 2016-06-14 | 1 | -2/+16 |
| | | |||||
| * | Add flake8.api and docs for it | Ian Cordasco | 2016-06-08 | 2 | -0/+12 |
| | | | | | Stub out the primary method people seem to use. | ||||
| * | Add documentation around ignoring errors | Ian Cordasco | 2016-06-07 | 3 | -0/+97 |
| | | |||||
| * | Add --stdin-display-name to modify report output | Ian Cordasco | 2016-06-06 | 1 | -0/+24 |
| | | |||||
| * | Rely on Python 3.4 backport of configparser | Ian Cordasco | 2016-05-30 | 1 | -0/+8 |
| | | | | | | | Python 2.7's ConfigParser module does not allow for the behaviour we have documented for config files in Flake8 3.0. To compensate for that, we add a dependency on the configparser backport on PyPI for Python 2.7 | ||||
| * | Add template in comments for new options | Ian Cordasco | 2016-05-29 | 1 | -27/+48 |
| | | | | | Also ensure that existing documentation is consistent with the template | ||||
| * | Add a first pass at documenting cli options | Ian Cordasco | 2016-05-29 | 1 | -65/+604 |
| | | |||||
| * | Start adding descriptions of options | Ian Cordasco | 2016-05-28 | 3 | -1/+105 |
| | | |||||
| * | Add example configuration sections to the docs | Ian Cordasco | 2016-05-28 | 1 | -1/+124 |
| | | | | | Add tests to verify our examples do not regress | ||||
| * | Add more to configuration documentation | Ian Cordasco | 2016-05-27 | 1 | -0/+49 |
| | | |||||
| * | Begin adding user-facing documentation | Ian Cordasco | 2016-05-26 | 3 | -0/+184 |
| | | | | | Especially around invocation and configuration | ||||
| * | Add a tiny bit to Usage Guide index | Ian Cordasco | 2016-05-18 | 1 | -0/+14 |
| | | |||||
| * | Add user guide index page | Ian Cordasco | 2016-05-18 | 1 | -0/+4 |
| | | |||||
| * | Move docs directories into docs/source | Ian Cordasco | 2016-01-25 | 1 | -0/+0 |
