Merging upstream version 2.2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
24dc002c39
commit
edee030b21
5 changed files with 29 additions and 13 deletions
|
@ -160,6 +160,9 @@ def test_tags_from_path_plist_text(tmpdir):
|
|||
('mod/Dockerfile', {'text', 'dockerfile'}),
|
||||
('Gemfile', {'text', 'ruby'}),
|
||||
('Gemfile.lock', {'text'}),
|
||||
('Jenkinsfile', {'text', 'groovy', 'jenkins'}),
|
||||
('build.jenkins', {'text', 'groovy', 'jenkins'}),
|
||||
('build.jenkinsfile', {'text', 'groovy', 'jenkins'}),
|
||||
|
||||
# does not set binary / text
|
||||
('f.plist', {'plist'}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue