summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exclude_dotfiles' into 'master'Anthony Sottile2020-05-071-0/+8
|\
| * Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-0/+8
* | Fix logical checks which report position out of boundsAnthony Sottile2020-05-071-0/+22
|/
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-237-16/+13
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-173-10/+68
* config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-202-21/+6
* config: Remove checks for configs being previously parsedEric N. Vander Weele2020-01-201-24/+0
* 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-162-13/+27
|/
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-125-19/+13
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-124-6/+6
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-123-5/+12
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-121-0/+17
* config: Remove ConfigFileFinder 'parent' and 'tail' attributesEric N. Vander Weele2020-01-121-3/+4
* tests: Ensure patched `os.getcwd()` is an absolute pathEric N. Vander Weele2020-01-121-3/+3
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-074-6/+8
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-073-1/+4
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-071-0/+20
* config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-062-3/+3
* 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-292-7/+5
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-6/+7
* Merge branch 'fix/disable_noqa' into 'master'Anthony Sottile2019-12-032-0/+11
|\
| * Remove redundant sample dataIsac Yoo2019-11-131-9/+2
| * Fix codesByeonghoon Yoo2019-11-061-20/+30
| * Add unit test for dd411e95Byeonghoon Yoo2019-11-052-13/+21
* | Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-021-17/+4
|\ \
| * | Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-17/+4
* | | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-285-46/+37
|/ /
* | application: Remove configuration finder stateEric N. Vander Weele2019-11-221-2/+6
* | application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-061-1/+2
|/
* application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-032-11/+5
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-313-3/+37
|\
| * application: Ensure `--version` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-2/+2
| * application: Ensure `-h/--help` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-0/+14
| * application: Keep unknown options in the unknown argument listEric N. Vander Weele2019-10-251-3/+1
| * application: Change to `argparse.ArgumentParser` for preliminary parsingEric N. Vander Weele2019-10-251-2/+3
| * application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-251-1/+4
| * optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-0/+17
| * 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
* | | Only use multiprocessing when the method is forkAnthony Sottile2019-10-281-1/+1
* | | linters: Add flake8-bugbear for finding bugs and design problemsEric N. Vander Weele2019-10-251-1/+1
| |/ |/|
* | application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-131-1/+1
* | tests: Verify `ConfigFileFinder` behavior based on `getcwd()`Eric N. Vander Weele2019-10-131-41/+18
* | config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-134-12/+12
* | options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-122-10/+0