summaryrefslogtreecommitdiff
path: root/docs/source/user
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-19 16:25:32 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-19 16:25:32 +0000
commita7fb806175d0825616d0ea3b9f309f40a69beec7 (patch)
treee6ef4b496bca8775b125e9b38f18b6e87e1e6f1b /docs/source/user
parent3f6cb392191bb1124cce2ef8d0286b5729e7c0fe (diff)
parent78e8165b06ada2a027f4c9976889bbe863c24cbd (diff)
downloadflake8-a7fb806175d0825616d0ea3b9f309f40a69beec7.tar.gz
Merge branch 'bug/266' into 'master'
Skip filename pattern check for provided files By default, when discovering files for users, we use the filename patterns to determine whether or not we should check that file. However, when a user provides the path to a file, we should instead skip checking the name against the filename patterns provided. For example, in Flake8 2.6 this worked: $ flake8 bin/script.py $ flake8 bin/script But prior to this commit only $ flake8 bin/script.py works. This commit will skip the filename pattern check if the user provides the path explicitly which allows $ flake8 bin/script to work again as expected. Closes #266 See merge request !153
Diffstat (limited to 'docs/source/user')
0 files changed, 0 insertions, 0 deletions