1
0
Fork 0

Adding upstream version 2.5.22.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:29:35 +01:00
parent 1b309f484f
commit 68c873e788
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 3 additions and 1 deletions

View file

@ -160,6 +160,7 @@ def test_tags_from_path_plist_text(tmpdir):
('Pipfile.lock', {'text', 'json'}),
('mod/test.py', {'text', 'python'}),
('mod/Dockerfile', {'text', 'dockerfile'}),
('config.ru', {'text', 'ruby'}),
('Gemfile', {'text', 'ruby'}),
('Gemfile.lock', {'text'}),
('Jenkinsfile', {'text', 'groovy', 'jenkins'}),