summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-304-11/+11
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-141-2/+1
* Merge branch 'no_show_source' into 'master'Anthony Sottile2020-10-021-0/+25
|\
| * Add option to disable show-source for calling toolsAnthony Sottile2020-06-191-0/+25
* | fix skipping of physical checks when file does not end in newlineAnthony Sottile2020-09-121-0/+31
* | Support linting when missing sem_open syscallNekokatt2020-08-271-0/+35
* | Tests: Add a value to mocked entry_points, so pytest 6+ can log itMiro HronĨok2020-07-201-0/+1
|/
* processor: Catch SyntaxError also when generating tokens for a fileEric N. Vander Weele2020-06-021-0/+11
* treat --extend-exclude as a file listAnthony Sottile2020-05-211-1/+1
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-0/+14
* Fix logical checks which report position out of boundsAnthony Sottile2020-05-071-0/+22
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-232-6/+0
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-172-5/+23
* Merge branch 'file_not_found_error' into 'master'Anthony Sottile2020-01-162-1/+10
|\
| * Ensure that a not-found file produces an errorAnthony Sottile2020-01-162-1/+10
* | split lines the same when read from stdinAnthony Sottile2020-01-161-0/+23
|/
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-2/+1
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-2/+2
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-121-1/+4
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-2/+2
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-071-1/+2
* tests: Add integration tests for `--config` and `--isolated`Eric N. Vander Weele2019-12-291-0/+28
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-6/+4
* Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-281-1/+6
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-311-0/+4
|\
| * application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-251-1/+4
| * options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-251-0/+1
* | Merge branch 'specific_noqa_pycodestyle' into 'master'Anthony Sottile2019-10-281-0/+12
|\ \ | |/ |/|
| * Do not pass `noqa` to plugins, have flake8 decide whether to reportAnthony Sottile2019-08-291-0/+12
* | config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-131-2/+2
* | Don't reset indent_char when we encounter E101Anthony Sottile2019-09-241-0/+19
|/
* Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-291-0/+10
* move from optparse to argparseAnthony Sottile2019-08-171-14/+22
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-1/+4
* support extend-exclude Fixes #535Thomas Grainger2019-07-082-2/+17
* mypy now passesAnthony Sottile2019-05-191-6/+4
* Fix crash when file fails to tokenize but parsesAnthony Sottile2019-04-071-0/+14
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-301-0/+27
* Fix flake8 --statisticsAnthony Sottile2019-01-301-1/+18
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-301-0/+13
* Add integration test for `flake8 --diff`Anthony Sottile2019-01-301-0/+43
* checker: allow physical checks to return multiple results, add testsTom Milligan2018-12-101-7/+81
* Replace setuptools with entrypointsAnthony Sottile2018-11-051-4/+3
* Add paths option in local-plugins config file.Carl Meyer2017-10-242-0/+25
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-032-2/+65
* Fix docstring violationsIan Cordasco2017-05-121-4/+4
* Enable users who want to track all files processedIan Cordasco2016-12-201-0/+1
* Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-031-1/+5
* Sort reports by line and columnFabian Neundorf2016-07-281-0/+68
* Relocate integration style checker testsIan Cordasco2016-07-241-0/+78