summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* clean up version_info referencesAnthony Sottile2021-03-301-1/+0
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3024-40/+44
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* remove flake8 setuptools commandAnthony Sottile2021-03-291-33/+0
* remove vcs integrationAnthony Sottile2021-03-291-29/+0
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-142-2/+2
* ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-071-0/+10
* fix test which was not testing anythingAnthony Sottile2021-01-071-3/+5
* 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 a few small spelling issuesAnthony Sottile2020-09-202-3/+3
* | 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
|/
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+6
* 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
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-6/+7
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-132-1/+32
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-0/+14
* 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
|\ \