| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the unreleased note to the right version | Ian Cordasco | 2016-07-26 | 2 | -4/+4 |
| | | |||||
| * | Fix project config file discovery | Ian Cordasco | 2016-07-26 | 3 | -2/+12 |
| | | | | | | | | | | Flake8 3.0 was stopping once it found the current directory but the historical behaviour (that we didn't intend to break) searched past that (towards root) until it found one of the project/local config file names that could be read. Closes #181 | ||||
| * | Add release notes for 3.0.13.0.1 | Ian Cordasco | 2016-07-25 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'file-plugin-docs' into 'master' | Ian Cordasco | 2016-07-25 | 1 | -4/+11 |
| |\ | | | | | | | | | | | | | Update documentation to separate parameter types This is the documentation update separated from !80 which should be pretty uncontroversial. I already applied the comment on the documentation here. See merge request !83 | ||||
| | * | Update documentation to separate parameter types | Fabian Neundorf | 2016-07-25 | 1 | -4/+11 |
| | | | | | | | | | | | | | It updates the documentation to separate which parameters are static and which are changed on each line. Using the latter parameters on plugins which are only run once per file isn't very sensible. | ||||
| * | | Handle multiline strings with '# noqa' | Ian Cordasco | 2016-07-25 | 2 | -0/+11 |
| |/ | | | | | | | | | In Flake8 2.x we allowed people to use # noqa at the end of a multiline string to ignore errors inside the string (e.g., E501). Being blissfully ignorant of this, I never accounted for it in Flake8 3. This fixes the oversight and allows multiline statements to have the # noqa at the end. Closes #177 | ||||
| * | Update release notes and version string for 3.03.0.0 | Ian Cordasco | 2016-07-24 | 1 | -18/+6 |
| | | |||||
| * | Fix typo in documentation using `indect` | Fabian Neundorf | 2016-07-21 | 1 | -1/+1 |
| | | | | | | | The documentation for the `FileProcessor` class used `indect_char` while the class itself uses the more sensible name `indent_char`. This updates both the docstring as well as the documentation. | ||||
| * | Trim trailing whitespace in compat docs | Ian Cordasco | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | Document flake8-polyfill in compatibility section | Ian Cordasco | 2016-07-20 | 2 | -46/+78 |
| | | | | | | | Yesterday we released the flake8-polyfill package to help with Flake8 compatibility issues. This adds documentation to Flake8 to help people use that and to guide them towards it. | ||||
| * | Document Legacy API | Ian Cordasco | 2016-07-14 | 1 | -1/+93 |
| | | |||||
| * | Add new Flake8 classifier to Trove list | Ian Cordasco | 2016-07-09 | 1 | -0/+1 |
| | | |||||
| * | Use option name provided by the parser | Fabian Neundorf | 2016-07-09 | 1 | -4/+4 |
| | | | | | | | | When calling `add_option` it returns an `Option` object which can return the primary name of the option via `get_opt_name`. This should be used primarily in the cross compatible implementation so that the order of parameters does not matter. | ||||
| * | Add 3.0.0b2 release notes3.0.0b2 | Ian Cordasco | 2016-06-28 | 1 | -0/+16 |
| | | |||||
| * | Add high-level overview of how things fit together | Ian Cordasco | 2016-06-26 | 3 | -0/+131 |
| | | | | | | | There are now a lot of moving parts in Flake8. It can't help to give new developers a high-level overview of how they all fit together to make Flake8. =) | ||||
| * | Add forgotten release note | Ian Cordasco | 2016-06-26 | 1 | -0/+3 |
| | | |||||
| * | Update compatibility docs | Ian Cordasco | 2016-06-26 | 1 | -2/+8 |
| | | |||||
| * | Add missing release notes | Ian Cordasco | 2016-06-25 | 3 | -0/+22 |
| | | |||||
| * | Merge branch 'origin/proposed/3.0' into master3.0.0b1 | Ian Cordasco | 2016-06-25 | 76 | -603/+3708 |
| |\ | |||||
| | * | Add more release notes for 3.0.0b1 | Ian Cordasco | 2016-06-25 | 1 | -2/+14 |
| | | | |||||
| | * | Add release note for 2.6.1 | Ian Cordasco | 2016-06-25 | 1 | -0/+6 |
| | | | |||||
| | * | Rename dev subdirectory to plugin-development | Ian Cordasco | 2016-06-25 | 7 | -4/+4 |
| | | | | | | | | | This should make the contents clearer | ||||
| | * | Add extra information to plugin dev index | Ian Cordasco | 2016-06-25 | 1 | -5/+43 |
| | | | |||||
| | * | Add some notes for users about how to use plugins | Ian Cordasco | 2016-06-25 | 2 | -0/+67 |
| | | | |||||
| | * | Add descriptions of pycodestyle and mccable | Ian Cordasco | 2016-06-24 | 1 | -1/+11 |
| | | | |||||
| | * | Add missing - to sub-directoriesproposed/3.0 | Ian Cordasco | 2016-06-22 | 1 | -1/+1 |
| | | | |||||
| | * | Add more definitions to glossary | Ian Cordasco | 2016-06-22 | 1 | -1/+18 |
| | | | |||||
| | * | Correct example register_options method | Ian Cordasco | 2016-06-22 | 1 | -1/+2 |
| | | | |||||
| | * | Start a glossary of terms | Ian Cordasco | 2016-06-22 | 2 | -2/+33 |
| | | | |||||
| | * | Trim whitespace from cross-compat plugin docs | Ian Cordasco | 2016-06-22 | 1 | -2/+2 |
| | | | |||||
| | * | Write plugin cross-compatibility documentation | Ian Cordasco | 2016-06-22 | 2 | -0/+150 |
| | | | |||||
| | * | Add more detail about types of releases | Ian Cordasco | 2016-06-22 | 1 | -4/+60 |
| | | | |||||
| | * | Trim trailing whitespace | Ian Cordasco | 2016-06-22 | 1 | -1/+1 |
| | | | | | | | | | I need to get better at following my own contrib documentation | ||||
| | * | Update FAQ to be a bit clearer | Ian Cordasco | 2016-06-21 | 1 | -9/+21 |
| | | | |||||
| | * | Add FAQ | Ian Cordasco | 2016-06-20 | 2 | -0/+52 |
| | | | |||||
| | * | Add documentation about release versioning and process | Ian Cordasco | 2016-06-20 | 2 | -0/+44 |
| | | | |||||
| | * | Trim trailing whitespace in docs | Ian Cordasco | 2016-06-20 | 1 | -2/+2 |
| | | | |||||
| | * | Add documentation ... for writing documentation | Ian Cordasco | 2016-06-20 | 3 | -2/+188 |
| | | | |||||
| | * | Use |Flake8| consistently throughout documentation | Ian Cordasco | 2016-06-20 | 19 | -167/+192 |
| | | | |||||
| | * | Add |Flake8| substitution to the epilog | Ian Cordasco | 2016-06-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | The rst_epilog config value in Sphinx allows you to maintain a global list of replaces or includes that are appended to the text of each document in your documentation. This allows us to use |Flake8| everywhere without redefining the replace in every document. | ||||
| | * | Add --benchmark option documentation | Ian Cordasco | 2016-06-19 | 1 | -0/+21 |
| | | | |||||
| | * | Grammar and clarity improvements. | Cea Stapleton | 2016-06-19 | 15 | -45/+45 |
| | | | |||||
| | * | 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. | ||||
| | * | Add information about new --verbose behaviour | Ian Cordasco | 2016-06-15 | 1 | -0/+2 |
| | | | |||||
| | * | Add note about # noqa: <errors> | Ian Cordasco | 2016-06-15 | 1 | -5/+10 |
| | | | |||||
| | * | Start a changelog entry for 3.0.0 | Ian Cordasco | 2016-06-14 | 2 | -0/+24 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Revert silliness around setting choices for --format | Ian Cordasco | 2016-06-14 | 1 | -2/+2 |
| | | | | | | | | | | | If we restrict the user's ability to specify a format string, we break existing workflows. | ||||
